Function polars_lazy::dsl::fold_exprs[][src]

pub fn fold_exprs<F: 'static>(acc: Expr, f: F, exprs: Vec<Expr>) -> Expr where
    F: Fn(Series, Series) -> Result<Series> + Send + Sync + Clone
This is supported on crate feature compile only.
Expand description

Accumulate over multiple columns horizontally / row wise.