Function polars_lazy::dsl::cum_fold_exprs  
pub fn cum_fold_exprs<F, E>(
    acc: Expr,
    f: F,
    exprs: E,
    include_init: bool
) -> ExprAvailable on crate feature 
dtype-struct only.Expand description
Accumulate over multiple columns horizontally / row wise.