Closed jianqiao closed 8 years ago
This PR adds parser and resolver support for CASE expressions. Meanwhile the backend support ScalarCaseExpression is already there. So the CASE expression feature is fully functional.
CASE
ScalarCaseExpression
LTGM. Merging.
This PR adds parser and resolver support for
CASE
expressions. Meanwhile the backend supportScalarCaseExpression
is already there. So theCASE
expression feature is fully functional.