Uses of Interface
io.trino.operator.aggregation.AccumulatorFactoryBinder
-
Packages that use AccumulatorFactoryBinder Package Description io.trino.operator.aggregation -
-
Uses of AccumulatorFactoryBinder in io.trino.operator.aggregation
Classes in io.trino.operator.aggregation that implement AccumulatorFactoryBinder Modifier and Type Class Description classGenericAccumulatorFactoryBinderclassLazyAccumulatorFactoryBinderMethods in io.trino.operator.aggregation that return AccumulatorFactoryBinder Modifier and Type Method Description AccumulatorFactoryBinderInternalAggregationFunction. getAccumulatorFactoryBinder()Constructors in io.trino.operator.aggregation with parameters of type AccumulatorFactoryBinder Constructor Description InternalAggregationFunction(String name, List<Type> parameterTypes, List<Type> intermediateType, Type finalType, AccumulatorFactoryBinder factory)InternalAggregationFunction(String name, List<Type> parameterTypes, List<Type> intermediateType, Type finalType, AccumulatorFactoryBinder factory, List<Class<?>> lambdaInterfaces)
-