class Polars::ExtensionExpr
Namespace for extension type related expressions.
def initialize(expr)
- Private: -
def initialize(expr) self._rbexpr = expr._rbexpr end
def storage
-
(Expr)-
Other tags:
- Note: -
def storage Utils.wrap_expr(_rbexpr.ext_storage) end
def to(dtype)
-
(Expr)-
Other tags:
- Note: -
def to(dtype) rb_dtype = Utils.parse_into_datatype_expr(dtype)._rbdatatype_expr Utils.wrap_expr(_rbexpr.ext_to(rb_dtype)) end