Function polars_plan::dsl::functions::fold_exprs
source ยท pub fn fold_exprs<F, E>(acc: Expr, f: F, exprs: E) -> Expr
Expand description
Accumulate over multiple columns horizontally / row wise.
pub fn fold_exprs<F, E>(acc: Expr, f: F, exprs: E) -> Expr
Accumulate over multiple columns horizontally / row wise.