Class MultimapAggregationStateFactory
java.lang.Object
io.trino.operator.aggregation.multimapagg.MultimapAggregationStateFactory
- All Implemented Interfaces:
AccumulatorStateFactory<MultimapAggregationState>
public class MultimapAggregationStateFactory
extends Object
implements AccumulatorStateFactory<MultimapAggregationState>
-
Constructor Summary
ConstructorsConstructorDescriptionMultimapAggregationStateFactory(Type keyType, MethodHandle keyReadFlat, MethodHandle keyWriteFlat, MethodHandle keyHashFlat, MethodHandle keyDistinctFlatBlock, MethodHandle keyHashBlock, Type valueType, MethodHandle valueReadFlat, MethodHandle valueWriteFlat) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
MultimapAggregationStateFactory
public MultimapAggregationStateFactory(Type keyType, MethodHandle keyReadFlat, MethodHandle keyWriteFlat, MethodHandle keyHashFlat, MethodHandle keyDistinctFlatBlock, MethodHandle keyHashBlock, Type valueType, MethodHandle valueReadFlat, MethodHandle valueWriteFlat)
-
-
Method Details
-
createSingleState
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<MultimapAggregationState>
-
createGroupedState
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<MultimapAggregationState>
-