polars_lazy::dsl

Function when

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

Start a when-then-otherwise expression.