@Immutable public class DistinctLimitNode extends PlanNode
| Constructor and Description |
|---|
DistinctLimitNode(PlanNodeId id,
PlanNode source,
long limit,
boolean partial,
List<Symbol> distinctSymbols,
Optional<Symbol> hashSymbol) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(PlanVisitor<R,C> visitor,
C context) |
List<Symbol> |
getDistinctSymbols() |
Optional<Symbol> |
getHashSymbol() |
long |
getLimit() |
List<Symbol> |
getOutputSymbols() |
PlanNode |
getSource() |
List<PlanNode> |
getSources() |
boolean |
isPartial() |
PlanNode |
replaceChildren(List<PlanNode> newChildren) |
public List<PlanNode> getSources()
getSources in class PlanNodepublic PlanNode getSource()
public long getLimit()
public boolean isPartial()
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.