Uses of Class
io.trino.sql.planner.plan.PatternRecognitionNode.Measure
-
Packages that use PatternRecognitionNode.Measure Package Description io.trino.sql.planner.plan -
-
Uses of PatternRecognitionNode.Measure in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return types with arguments of type PatternRecognitionNode.Measure Modifier and Type Method Description Map<Symbol,PatternRecognitionNode.Measure>PatternRecognitionNode. getMeasures()Constructor parameters in io.trino.sql.planner.plan with type arguments of type PatternRecognitionNode.Measure Constructor Description PatternRecognitionNode(PlanNodeId id, PlanNode source, WindowNode.Specification specification, Optional<Symbol> hashSymbol, Set<Symbol> prePartitionedInputs, int preSortedOrderPrefix, 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)
-