org.eigenbase.rex
Class RexProgramBuilder.RegisterOutputShuttle
java.lang.Object
org.eigenbase.rex.RexShuttle
org.eigenbase.rex.RexProgramBuilder.RegisterShuttle
org.eigenbase.rex.RexProgramBuilder.RegisterOutputShuttle
- All Implemented Interfaces:
- RexVisitor<RexNode>
- Enclosing class:
- RexProgramBuilder
private class RexProgramBuilder.RegisterOutputShuttle
- extends RexProgramBuilder.RegisterShuttle
Shuttle which walks over an expression, registering each sub-expression.
Each RexInputRef
is assumed to refer to an output of the
program.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
localExprList
private final List<RexNode> localExprList
RexProgramBuilder.RegisterOutputShuttle
public RexProgramBuilder.RegisterOutputShuttle(List<RexNode> localExprList)
visitInputRef
public RexNode visitInputRef(RexInputRef input)
- Specified by:
visitInputRef
in interface RexVisitor<RexNode>
- Overrides:
visitInputRef
in class RexShuttle
visitLocalRef
public RexNode visitLocalRef(RexLocalRef local)
- Specified by:
visitLocalRef
in interface RexVisitor<RexNode>
- Overrides:
visitLocalRef
in class RexShuttle