org.eigenbase.rel.rules
Class RemoveIsNotDistinctFromRule.RemoveIsNotDistinctFromRexShuttle
java.lang.Object
org.eigenbase.rex.RexShuttle
org.eigenbase.rel.rules.RemoveIsNotDistinctFromRule.RemoveIsNotDistinctFromRexShuttle
- All Implemented Interfaces:
- RexVisitor<RexNode>
- Enclosing class:
- RemoveIsNotDistinctFromRule
private class RemoveIsNotDistinctFromRule.RemoveIsNotDistinctFromRexShuttle
- extends RexShuttle
Methods inherited from class org.eigenbase.rex.RexShuttle |
apply, apply, visitArray, visitCorrelVariable, visitDynamicParam, visitFieldAccess, visitInputRef, visitLiteral, visitLocalRef, visitOver, visitRangeRef, visitWindow |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
rexBuilder
RexBuilder rexBuilder
RemoveIsNotDistinctFromRule.RemoveIsNotDistinctFromRexShuttle
public RemoveIsNotDistinctFromRule.RemoveIsNotDistinctFromRexShuttle(RexBuilder rexBuilder)
visitCall
public RexNode visitCall(RexCall call)
- Specified by:
visitCall
in interface RexVisitor<RexNode>
- Overrides:
visitCall
in class RexShuttle