Uses of Class
io.trino.sql.planner.plan.WindowNode.Function
Packages that use WindowNode.Function
-
Uses of WindowNode.Function in io.trino.sql.planner
Methods in io.trino.sql.planner with parameters of type WindowNode.FunctionModifier and TypeMethodDescriptionSymbolsExtractor.extractAll(WindowNode.Function function) 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.FunctionModifier and TypeMethodDescriptionPatternRecognitionNode.getWindowFunctions()WindowNode.getWindowFunctions()Constructor parameters in io.trino.sql.planner.plan with type arguments of type WindowNode.FunctionModifierConstructorDescriptionPatternRecognitionNode(PlanNodeId id, PlanNode source, DataOrganizationSpecification 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, DataOrganizationSpecification specification, Map<Symbol, WindowNode.Function> windowFunctions, Optional<Symbol> hashSymbol, Set<Symbol> prePartitionedInputs, int preSortedOrderPrefix)