public class GroupReference extends PlanNode
| Constructor and Description |
|---|
GroupReference(PlanNodeId id,
int groupId,
List<Symbol> outputs) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(PlanVisitor<R,C> visitor,
C context) |
int |
getGroupId() |
List<Symbol> |
getOutputSymbols() |
List<PlanNode> |
getSources() |
PlanNode |
replaceChildren(List<PlanNode> newChildren) |
public GroupReference(PlanNodeId id, int groupId, List<Symbol> outputs)
public int getGroupId()
public List<PlanNode> getSources()
getSources in class PlanNodepublic <R,C> R accept(PlanVisitor<R,C> visitor, C context)
public List<Symbol> getOutputSymbols()
getOutputSymbols in class PlanNodepublic PlanNode replaceChildren(List<PlanNode> newChildren)
replaceChildren in class PlanNodeCopyright © 2012–2019. All rights reserved.