Function polars_lazy::dsl::functions::as_struct   
pub fn as_struct(exprs: Vec<Expr>) -> ExprExpand description
Take several expressions and collect them into a StructChunked.
pub fn as_struct(exprs: Vec<Expr>) -> ExprTake several expressions and collect them into a StructChunked.