polars_lazy::dsl

Function as_struct

Source
pub fn as_struct(exprs: Vec<Expr>) -> Expr
Expand description

Take several expressions and collect them into a StructChunked.

ยงPanics

panics if exprs is empty.