Package io.trino.sql.planner.plan
Class RowNumberNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.RowNumberNode
-
Constructor Summary
ConstructorsConstructorDescriptionRowNumberNode(PlanNodeId id, PlanNode source, List<Symbol> partitionBy, boolean orderSensitive, Symbol rowNumberSymbol, Optional<Integer> maxRowCountPerPartition, Optional<Symbol> hashSymbol) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) booleanreplaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
RowNumberNode
-
-
Method Details
-
getSources
- Specified by:
getSourcesin classPlanNode
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
getSource
-
getPartitionBy
-
isOrderSensitive
public boolean isOrderSensitive() -
getRowNumberSymbol
-
getMaxRowCountPerPartition
-
getHashSymbol
-
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-