Uses of Class
io.prestosql.sql.planner.plan.WindowNode.Specification
-
Packages that use WindowNode.Specification Package Description io.prestosql.sql.planner.plan -
-
Uses of WindowNode.Specification in io.prestosql.sql.planner.plan
Methods in io.prestosql.sql.planner.plan that return WindowNode.Specification Modifier and Type Method Description WindowNode.SpecificationTopNRowNumberNode. getSpecification()WindowNode.SpecificationWindowNode. getSpecification()Constructors in io.prestosql.sql.planner.plan with parameters of type WindowNode.Specification Constructor Description TopNRowNumberNode(PlanNodeId id, PlanNode source, WindowNode.Specification specification, Symbol rowNumberSymbol, int maxRowCountPerPartition, boolean partial, Optional<Symbol> hashSymbol)WindowNode(PlanNodeId id, PlanNode source, WindowNode.Specification specification, Map<Symbol,WindowNode.Function> windowFunctions, Optional<Symbol> hashSymbol, Set<Symbol> prePartitionedInputs, int preSortedOrderPrefix)
-