Vincent Tran has uploaded a new change for review. http://gerrit.cloudera.org:8080/7000
Change subject: IMPALA-5030: Adds support for NVL2() function ...................................................................... IMPALA-5030: Adds support for NVL2() function This change adds support to the function NVL2(expr1, expr2, expr3). This function returns expr2 if expr1 is not null, else it returns expr3. NVL2() is converted to IF() prior to analysis. Added value and null tests to expr-test.cc Change-Id: Ide0352d611322de637a61a0004c39f5663192c52 --- M be/src/exprs/expr-test.cc 1 file changed, 18 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/00/7000/1 -- To view, visit http://gerrit.cloudera.org:8080/7000 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ide0352d611322de637a61a0004c39f5663192c52 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Vincent Tran <[email protected]>
