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