Function polars_lazy::dsl::functions::cum_reduce_exprs

pub fn cum_reduce_exprs<F, E>(f: F, exprs: E) -> Expr
where F: 'static + Fn(Series, Series) -> Result<Option<Series>, PolarsError> + Send + Sync + Clone, E: AsRef<[Expr]>,
Available on crate feature dtype-struct only.
Expand description

Accumulate over multiple columns horizontally / row wise.