Function datafusion_python::datafusion_expr::expr_fn::when
source ยท pub fn when(when: Expr, then: Expr) -> CaseBuilderExpand description
Create a CASE WHEN statement with boolean WHEN expressions and no base expression.