Uses of Class
io.trino.operator.aggregation.AggregationFromAnnotationsParser.AccumulatorStateDetails
Packages that use AggregationFromAnnotationsParser.AccumulatorStateDetails
-
Uses of AggregationFromAnnotationsParser.AccumulatorStateDetails in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return AggregationFromAnnotationsParser.AccumulatorStateDetailsModifier and TypeMethodDescriptionstatic <T extends AccumulatorState>
AggregationFromAnnotationsParser.AccumulatorStateDetails<T> AggregationFromAnnotationsParser.toAccumulatorStateDetails(Class<T> stateClass, List<String> declaredTypeParameters) Methods in io.trino.operator.aggregation that return types with arguments of type AggregationFromAnnotationsParser.AccumulatorStateDetailsMethod parameters in io.trino.operator.aggregation with type arguments of type AggregationFromAnnotationsParser.AccumulatorStateDetailsModifier and TypeMethodDescriptionParametricAggregationImplementation.Parser.parseImplementation(Class<?> aggregationDefinition, List<AggregationFromAnnotationsParser.AccumulatorStateDetails<?>> stateDetails, Method inputFunction, Method outputFunction, Optional<Method> combineFunction, Optional<Class<? extends WindowAccumulator>> windowAccumulator) Constructor parameters in io.trino.operator.aggregation with type arguments of type AggregationFromAnnotationsParser.AccumulatorStateDetailsModifierConstructorDescriptionParametricAggregation(Signature signature, AggregationHeader details, List<AggregationFromAnnotationsParser.AccumulatorStateDetails<?>> stateDetails, ParametricImplementationsGroup<ParametricAggregationImplementation> implementations)