Package io.trino.sql.planner.plan
Class DistinctLimitNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.DistinctLimitNode
-
Constructor Summary
ConstructorsConstructorDescriptionDistinctLimitNode(PlanNodeId id, PlanNode source, long limit, boolean partial, List<Symbol> distinctSymbols, Optional<Symbol> hashSymbol) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) longgetLimit()booleanreplaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
DistinctLimitNode
-
-
Method Details
-
getSources
- Specified by:
getSourcesin classPlanNode
-
getSource
-
getLimit
public long getLimit() -
isPartial
public boolean isPartial() -
getHashSymbol
-
getDistinctSymbols
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-