Uses of Class
io.trino.sql.planner.plan.WindowNode.Function
-
Packages that use WindowNode.Function Package Description io.trino.sql.planner io.trino.sql.planner.plan -
-
Uses of WindowNode.Function in io.trino.sql.planner
Methods in io.trino.sql.planner with parameters of type WindowNode.Function Modifier and Type Method Description static List<Symbol>SymbolsExtractor. extractAll(WindowNode.Function function)static Set<Symbol>SymbolsExtractor. extractUnique(WindowNode.Function function) -
Uses of WindowNode.Function in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type WindowNode.Function Modifier and Type Method Description Map<Symbol,WindowNode.Function>PatternRecognitionNode. getWindowFunctions()Map<Symbol,WindowNode.Function>WindowNode. getWindowFunctions()Constructor parameters in io.trino.sql.planner.plan with type arguments of type WindowNode.Function Constructor Description PatternRecognitionNode(PlanNodeId id, PlanNode source, WindowNode.Specification specification, Optional<Symbol> hashSymbol, Set<Symbol> prePartitionedInputs, int preSortedOrderPrefix, Map<Symbol,WindowNode.Function> windowFunctions, Map<Symbol,PatternRecognitionNode.Measure> measures, Optional<WindowNode.Frame> commonBaseFrame, PatternRecognitionRelation.RowsPerMatch rowsPerMatch, Optional<IrLabel> skipToLabel, SkipTo.Position skipToPosition, boolean initial, IrRowPattern pattern, Map<IrLabel,Set<IrLabel>> subsets, Map<IrLabel,LogicalIndexExtractor.ExpressionAndValuePointers> variableDefinitions)WindowNode(PlanNodeId id, PlanNode source, WindowNode.Specification specification, Map<Symbol,WindowNode.Function> windowFunctions, Optional<Symbol> hashSymbol, Set<Symbol> prePartitionedInputs, int preSortedOrderPrefix)
-