polars_plan::dsl::functions

Function 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.

ยงPanics

panics if exprs is empty.