-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem or challenge?
Most of the sql engines support if function, like spark, snowflake, mysql, etc. It is similar as Case expression, but only support one condition, the syntax is like:
IF( <condition> , <expr1> , <expr2> )
If condition evaluates to TRUE, returns expr1, otherwise returns expr2
Describe the solution you'd like
Add new build in function 'If'
Describe alternatives you've considered
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request