private class RexProgramBuilder.RegisterInputShuttle extends RexProgramBuilder.RegisterShuttle
RexInputRef is assumed to refer to an input of the
program.| Modifier and Type | Field and Description |
|---|---|
private boolean |
valid |
| Modifier | Constructor and Description |
|---|---|
protected |
RegisterInputShuttle(boolean valid) |
| Modifier and Type | Method and Description |
|---|---|
RexNode |
visitInputRef(RexInputRef input) |
RexNode |
visitLocalRef(RexLocalRef local) |
visitCall, visitCorrelVariable, visitDynamicParam, visitFieldAccess, visitLiteral, visitOverapply, apply, apply, mutate, visitArray, visitFieldCollations, visitList, visitList, visitPatternFieldRef, visitRangeRef, visitSubQuery, visitTableInputRef, visitWindowpublic RexNode visitInputRef(RexInputRef input)
visitInputRef in interface RexVisitor<RexNode>visitInputRef in class RexShuttlepublic RexNode visitLocalRef(RexLocalRef local)
visitLocalRef in interface RexVisitor<RexNode>visitLocalRef in class RexShuttleCopyright © 2012–2018 The Apache Software Foundation. All rights reserved.