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