Skip to main content

case_when

Function case_when 

Source
pub fn case_when(
    condition: BoundExpression,
    then_value: BoundExpression,
    else_value: BoundExpression,
) -> BoundExpression
Expand description

Creates a bound CASE WHEN expression with one WHEN/THEN pair and an ELSE value.