Function polars_plan::dsl::when

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

Start a when-then-otherwise expression.