Function polars_plan::dsl::functions::as_struct
source · pub fn as_struct(exprs: Vec<Expr>) -> Expr
Available on crate feature
dtype-struct
only.Expand description
Take several expressions and collect them into a StructChunked
.