Uses of Interface
io.trino.operator.aggregation.AccumulatorFactory
Packages that use AccumulatorFactory
-
Uses of AccumulatorFactory in io.trino.operator.aggregation
Classes in io.trino.operator.aggregation that implement AccumulatorFactoryModifier and TypeClassDescriptionclassclassclassMethods in io.trino.operator.aggregation that return AccumulatorFactoryModifier and TypeMethodDescriptionstatic AccumulatorFactoryAccumulatorCompiler.generateAccumulatorFactory(BoundSignature boundSignature, AggregationImplementation implementation, FunctionNullability functionNullability, boolean specializedLoops) Constructors in io.trino.operator.aggregation with parameters of type AccumulatorFactoryModifierConstructorDescriptionAggregatorFactory(AccumulatorFactory accumulatorFactory, AggregationNode.Step step, Type intermediateType, Type finalType, List<Integer> inputChannels, OptionalInt maskChannel, boolean spillable, List<Supplier<Object>> lambdaProviders) DistinctAccumulatorFactory(AccumulatorFactory delegate, List<Type> argumentTypes, FlatHashStrategyCompiler hashStrategyCompiler, Session session) OrderedAccumulatorFactory(AccumulatorFactory delegate, List<Type> sourceTypes, List<Integer> argumentChannels, List<Integer> orderByChannels, List<SortOrder> orderings, PagesIndex.Factory pagesIndexFactory)