Package io.trino.operator.aggregation
Interface AccumulatorFactoryBinder
-
- All Known Implementing Classes:
GenericAccumulatorFactoryBinder,LazyAccumulatorFactoryBinder
public interface AccumulatorFactoryBinder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AccumulatorFactorybind(List<Integer> argumentChannels, Optional<Integer> maskChannel, List<Type> sourceTypes, List<Integer> orderByChannels, List<SortOrder> orderings, PagesIndex.Factory pagesIndexFactory, boolean distinct, JoinCompiler joinCompiler, BlockTypeOperators blockTypeOperators, List<LambdaProvider> lambdaProviders, Session session)
-
-
-
Method Detail
-
bind
AccumulatorFactory bind(List<Integer> argumentChannels, Optional<Integer> maskChannel, List<Type> sourceTypes, List<Integer> orderByChannels, List<SortOrder> orderings, PagesIndex.Factory pagesIndexFactory, boolean distinct, JoinCompiler joinCompiler, BlockTypeOperators blockTypeOperators, List<LambdaProvider> lambdaProviders, Session session)
-
-