Method: Polars::Expr#!

Defined in:
lib/polars/expr.rb

#!Expr

Performs boolean not.

Returns:

[View source]

134
135
136
# File 'lib/polars/expr.rb', line 134

def !
  is_not
end