Function polars::prelude::fold_exprs
pub fn fold_exprs<F, E>(acc: Expr, f: F, exprs: E) -> ExprAvailable on crate feature
lazy only.Expand description
Accumulate over multiple columns horizontally / row wise.
pub fn fold_exprs<F, E>(acc: Expr, f: F, exprs: E) -> Exprlazy only.Accumulate over multiple columns horizontally / row wise.