Function deltalake::datafusion::logical_expr::expr_fn::when

source ·
pub fn when(when: Expr, then: Expr) -> CaseBuilder
Expand description

Create a CASE WHEN statement with boolean WHEN expressions and no base expression.