Method: Polars::Expr#-@

Defined in:
lib/polars/expr.rb

#-@Expr

Performs negation.

Returns:

[View source]

141
142
143
# File 'lib/polars/expr.rb', line 141

def -@
  _from_rbexpr(_rbexpr.neg)
end