@Immutable public class ProjectNode extends PlanNode
| Constructor and Description |
|---|
ProjectNode(PlanNodeId id,
PlanNode source,
Assignments assignments) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(PlanVisitor<R,C> visitor,
C context) |
Assignments |
getAssignments() |
List<Symbol> |
getOutputSymbols() |
PlanNode |
getSource() |
List<PlanNode> |
getSources() |
boolean |
isIdentity() |
PlanNode |
replaceChildren(List<PlanNode> newChildren) |
public ProjectNode(PlanNodeId id, PlanNode source, Assignments assignments)
public List<Symbol> getOutputSymbols()
getOutputSymbols in class PlanNodepublic Assignments getAssignments()
public List<PlanNode> getSources()
getSources in class PlanNodepublic PlanNode getSource()
public boolean isIdentity()
public <R,C> R accept(PlanVisitor<R,C> visitor, C context)
public PlanNode replaceChildren(List<PlanNode> newChildren)
replaceChildren in class PlanNodeCopyright © 2012–2019. All rights reserved.