Class ArrayAggregationStateFactory
java.lang.Object
io.trino.operator.aggregation.arrayagg.ArrayAggregationStateFactory
- All Implemented Interfaces:
AccumulatorStateFactory<ArrayAggregationState>
public class ArrayAggregationStateFactory
extends Object
implements AccumulatorStateFactory<ArrayAggregationState>
-
Constructor Summary
ConstructorsConstructorDescriptionArrayAggregationStateFactory(MethodHandle readFlat, MethodHandle writeFlat, Type type) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
ArrayAggregationStateFactory
-
-
Method Details
-
createSingleState
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<ArrayAggregationState>
-
createGroupedState
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<ArrayAggregationState>
-