Function polars_lazy::dsl::functions::arg_where
pub fn arg_where<E>(condition: E) -> Expr
Available on crate feature
arg_where
only.Expand description
Get the indices where condition
evaluates true
.