@Immutable public class OutputNode extends PlanNode
| Constructor and Description |
|---|
OutputNode(PlanNodeId id,
PlanNode source,
List<String> columnNames,
List<Symbol> outputs) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(PlanVisitor<R,C> visitor,
C context) |
List<String> |
getColumnNames() |
List<Symbol> |
getOutputSymbols() |
PlanNode |
getSource() |
List<PlanNode> |
getSources() |
PlanNode |
replaceChildren(List<PlanNode> newChildren) |
public List<PlanNode> getSources()
getSources in class PlanNodepublic List<Symbol> getOutputSymbols()
getOutputSymbols in class PlanNodepublic PlanNode getSource()
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.