Trait polars_lazy::dsl::ExprEvalExtension
source · pub trait ExprEvalExtension: IntoExpr + Sized {
// Provided method
fn cumulative_eval(
self,
expr: Expr,
min_periods: usize,
parallel: bool
) -> Expr { ... }
}
Available on crate features
cumulative_eval
or list_eval
only.Provided Methods§
Object Safety§
This trait is not object safe.