Method: Polars::Expr#is_not
- Defined in:
- lib/polars/expr.rb
permalink #is_not ⇒ Expr Also known as: not_
Negate a boolean expression.
529 530 531 |
# File 'lib/polars/expr.rb', line 529 def is_not _from_rbexpr(_rbexpr.not_) end |
Negate a boolean expression.
529 530 531 |
# File 'lib/polars/expr.rb', line 529 def is_not _from_rbexpr(_rbexpr.not_) end |