Function polars_lazy::dsl::when

pub fn when<E>(condition: E) -> When
where E: Into<Expr>,
Expand description

Start a when-then-otherwise expression.