Method: Polars::Expr#struct

Defined in:
lib/polars/expr.rb

#structStructExpr

Create an object namespace of all struct related methods.

Returns:



8336
8337
8338
# File 'lib/polars/expr.rb', line 8336

def struct
  StructExpr.new(self)
end