Uses of Class
io.trino.operator.window.matcher.Matcher
Packages that use Matcher
-
Uses of Matcher in io.trino.operator.window
Constructors in io.trino.operator.window with parameters of type MatcherModifierConstructorDescriptionPatternRecognitionPartition(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)