Uses of Enum Class
io.trino.sql.planner.plan.SkipToPosition
Packages that use SkipToPosition
-
Uses of SkipToPosition in io.trino.operator.window
Constructors in io.trino.operator.window with parameters of type SkipToPositionModifierConstructorDescriptionPatternRecognitionPartition(PagesIndex pagesIndex, int partitionStart, int partitionEnd, int[] outputChannels, List<WindowFunction> windowFunctions, PagesHashStrategy peerGroupHashStrategy, AggregatedMemoryContext memoryContext, List<MeasureComputation> measures, List<MatchAggregation> measureAggregations, List<ArgumentComputation> measureComputationsAggregationArguments, Optional<FrameInfo> commonBaseFrame, RowsPerMatch rowsPerMatch, Optional<LogicalIndexNavigation> skipToNavigation, SkipToPosition skipToPosition, boolean initial, Matcher matcher, List<LabelEvaluator.Evaluation> labelEvaluations, List<ArgumentComputation> labelEvaluationsAggregationArguments, List<String> labelNames) PatternRecognitionPartitioner(List<MeasureComputation> measures, List<MatchAggregation> measureAggregations, List<ArgumentComputation> measureComputationsAggregationArguments, Optional<FrameInfo> commonBaseFrame, RowsPerMatch rowsPerMatch, Optional<LogicalIndexNavigation> skipToNavigation, SkipToPosition skipToPosition, boolean initial, Matcher matcher, List<LabelEvaluator.Evaluation> labelEvaluations, List<ArgumentComputation> labelEvaluationsAggregationArguments, List<String> labelNames) PatternRecognitionPartitionerSupplier(List<MeasureComputation.MeasureComputationSupplier> measures, List<MatchAggregation.MatchAggregationInstantiator> measureAggregations, List<ArgumentComputation.ArgumentComputationSupplier> measureComputationsAggregationArguments, Optional<FrameInfo> commonBaseFrame, RowsPerMatch rowsPerMatch, Optional<LogicalIndexNavigation> skipToNavigation, SkipToPosition skipToPosition, boolean initial, Matcher matcher, List<LabelEvaluator.EvaluationSupplier> labelEvaluations, List<ArgumentComputation.ArgumentComputationSupplier> labelEvaluationsAggregationArguments, List<String> labelNames) -
Uses of SkipToPosition in io.trino.sql.planner.plan
Methods in io.trino.sql.planner.plan that return SkipToPositionModifier and TypeMethodDescriptionPatternRecognitionNode.getSkipToPosition()static SkipToPositionReturns the enum constant of this class with the specified name.static SkipToPosition[]SkipToPosition.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.trino.sql.planner.plan with parameters of type SkipToPositionModifierConstructorDescriptionPatternRecognitionNode(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, RowsPerMatch rowsPerMatch, Set<IrLabel> skipToLabels, SkipToPosition skipToPosition, boolean initial, IrRowPattern pattern, Map<IrLabel, ExpressionAndValuePointers> variableDefinitions)