Method: Polars::Expr#to_s

Defined in:
lib/polars/expr.rb

#to_sString Also known as: inspect

Returns a string representing the Expr.

Returns:

[View source]

20
21
22
# File 'lib/polars/expr.rb', line 20

def to_s
  _rbexpr.to_str
end