pub fn cum_fold_exprs<F, E>( acc: Expr, f: F, exprs: E, include_init: bool, ) -> Exprwhere F: 'static + Fn(Column, Column) -> PolarsResult<Option<Column>> + Send + Sync, E: AsRef<[Expr]>,
dtype-struct
Accumulate over multiple columns horizontally / row wise.