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