Package io.trino.operator.window.matcher
Class Matcher
java.lang.Object
io.trino.operator.window.matcher.Matcher
-
Constructor Summary
ConstructorsConstructorDescriptionMatcher(Program program, List<List<PhysicalValueAccessor>> accessors, List<LocalExecutionPlanner.MatchAggregationLabelDependency> labelDependencies, List<MatchAggregation.MatchAggregationInstantiator> aggregations) -
Method Summary
Modifier and TypeMethodDescriptionrun(LabelEvaluator labelEvaluator, LocalMemoryContext memoryContext, AggregatedMemoryContext aggregationsMemoryContext)
-
Constructor Details
-
Matcher
public Matcher(Program program, List<List<PhysicalValueAccessor>> accessors, List<LocalExecutionPlanner.MatchAggregationLabelDependency> labelDependencies, List<MatchAggregation.MatchAggregationInstantiator> aggregations)
-
-
Method Details
-
run
public MatchResult run(LabelEvaluator labelEvaluator, LocalMemoryContext memoryContext, AggregatedMemoryContext aggregationsMemoryContext)
-