Function polars::prelude::when

pub fn when<E>(condition: E) -> Whenwhere
    E: Into<Expr>,
Available on crate feature lazy only.
Expand description

Start a when-then-otherwise expression.