Package io.trino.sql.planner.plan
Class WindowNode
java.lang.Object
io.trino.sql.planner.plan.PlanNode
io.trino.sql.planner.plan.WindowNode
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final class -
Constructor Summary
ConstructorsConstructorDescriptionWindowNode(PlanNodeId id, PlanNode source, DataOrganizationSpecification specification, Map<Symbol, WindowNode.Function> windowFunctions, Optional<Symbol> hashSymbol, Set<Symbol> prePartitionedInputs, int preSortedOrderPrefix) -
Method Summary
Modifier and TypeMethodDescription<R,C> R accept(PlanVisitor<R, C> visitor, C context) intreplaceChildren(List<PlanNode> newChildren)
-
Constructor Details
-
WindowNode
public WindowNode(PlanNodeId id, PlanNode source, DataOrganizationSpecification specification, Map<Symbol, WindowNode.Function> windowFunctions, Optional<Symbol> hashSymbol, Set<Symbol> prePartitionedInputs, int preSortedOrderPrefix)
-
-
Method Details
-
getSources
- Specified by:
getSourcesin classPlanNode
-
getOutputSymbols
- Specified by:
getOutputSymbolsin classPlanNode
-
getCreatedSymbols
-
getSource
-
getSpecification
-
getPartitionBy
-
getOrderingScheme
-
getWindowFunctions
-
getFrames
-
getHashSymbol
-
getPrePartitionedInputs
-
getPreSortedOrderPrefix
public int getPreSortedOrderPrefix() -
accept
-
replaceChildren
- Specified by:
replaceChildrenin classPlanNode
-