Steve Carlin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/22104


Change subject: IMPALA-13524: Calcite planner: support for functions in 
exprs.test
......................................................................

IMPALA-13524: Calcite planner: support for functions in exprs.test

Specifically, this commit supports translate, the not operator (!),
the null not equals operator and some "not regexp" functions.

A little extra code had to be added for the not regexp functions to
because Calcite treats the "not" part as an attribute to the operator.

Also, added support for "is distinct from" and "is not distinct from"
operators which required a convertlet change to handle the conversion
from SqlNodes to RexNodes.

Change-Id: Ib8c5d5719a409a32ddb6946d1a87c77773f20820
---
M java/calcite-planner/src/main/codegen/templates/Parser.jj
M 
java/calcite-planner/src/main/java/org/apache/impala/calcite/functions/FunctionResolver.java
M 
java/calcite-planner/src/main/java/org/apache/impala/calcite/functions/RexCallConverter.java
M 
java/calcite-planner/src/main/java/org/apache/impala/calcite/operators/ImpalaConvertletTable.java
M 
java/calcite-planner/src/main/java/org/apache/impala/calcite/operators/ImpalaOperatorTable.java
5 files changed, 54 insertions(+), 18 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/04/22104/3
--
To view, visit http://gerrit.cloudera.org:8080/22104
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib8c5d5719a409a32ddb6946d1a87c77773f20820
Gerrit-Change-Number: 22104
Gerrit-PatchSet: 3
Gerrit-Owner: Steve Carlin <[email protected]>

Reply via email to