Package io.trino.operator.window.pattern
Class MatchAggregation.MatchAggregationInstantiator
- java.lang.Object
-
- io.trino.operator.window.pattern.MatchAggregation.MatchAggregationInstantiator
-
- Enclosing class:
- MatchAggregation
public static class MatchAggregation.MatchAggregationInstantiator extends Object
-
-
Constructor Summary
Constructors Constructor Description MatchAggregationInstantiator(String name, InternalAggregationFunction function, List<Integer> argumentChannels, List<LambdaProvider> lambdaProviders, SetEvaluator.SetEvaluatorSupplier setEvaluatorSupplier)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MatchAggregationget(AggregatedMemoryContext memoryContextSupplier)
-
-
-
Constructor Detail
-
MatchAggregationInstantiator
public MatchAggregationInstantiator(String name, InternalAggregationFunction function, List<Integer> argumentChannels, List<LambdaProvider> lambdaProviders, SetEvaluator.SetEvaluatorSupplier setEvaluatorSupplier)
-
-
Method Detail
-
get
public MatchAggregation get(AggregatedMemoryContext memoryContextSupplier)
-
-