| Constructor and Description |
|---|
Project(RelNode input,
List<RexNode> expressions,
List<String> aliases,
SourceAnchor anchor) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(RelNodeVisitor<R> visitor)
Accept method for the visitor pattern.
|
List<String> |
getAliases() |
List<RexNode> |
getExpressions() |
RelNode |
getInput() |
List<RelNode> |
getInputs()
Returns the child RelNodes of this node (for iterative traversal).
|
public List<RexNode> getExpressions()
public List<String> getAliases()
public List<RelNode> getInputs()
RelNodepublic <R> R accept(RelNodeVisitor<R> visitor)
RelNode