pub fn case_when(
condition: Expression,
then_value: Expression,
else_value: Expression,
) -> ExpressionExpand description
Creates a CASE WHEN expression with one WHEN/THEN pair and an ELSE value.
pub fn case_when(
condition: Expression,
then_value: Expression,
else_value: Expression,
) -> ExpressionCreates a CASE WHEN expression with one WHEN/THEN pair and an ELSE value.