You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem?
Current CASE functionality syntax is only available in SQL query, this functionality is important for actual use cases for Observability and in addition more general cases where eval CASE add helpful functionality to the query.
What solution would you like?
The case command will be constructed using a list of predicates and an optional ELSE default value.
Is your feature request related to a problem?
Current CASE functionality syntax is only available in SQL query, this functionality is important for actual use cases for Observability and in addition more general cases where eval CASE add helpful functionality to the query.
What solution would you like?
The
case
command will be constructed using a list of predicates and an optional ELSE default value.ELSE
could be optional, removing it will save an additional keyword in PPL. It is also more like a function than a clause.An example:
Do you have any additional context?
eval
CASE funcitonality support sql#3008The text was updated successfully, but these errors were encountered: