Function polars_lazy::dsl::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.