Uses of Class
io.trino.operator.aggregation.AggregationHeader
-
Packages that use AggregationHeader Package Description io.trino.operator.aggregation -
-
Uses of AggregationHeader in io.trino.operator.aggregation
Constructors in io.trino.operator.aggregation with parameters of type AggregationHeader Constructor Description ParametricAggregation(Signature signature, AggregationHeader details, Class<? extends AccumulatorState> stateClass, ParametricImplementationsGroup<AggregationImplementation> implementations)
-