Class MinNStateFactory
java.lang.Object
io.trino.operator.aggregation.minmaxn.MinNStateFactory
- All Implemented Interfaces:
AccumulatorStateFactory<MinNState>
-
Constructor Summary
ConstructorsConstructorDescriptionMinNStateFactory(MethodHandle readFlat, MethodHandle writeFlat, MethodHandle compareFlatFlat, MethodHandle compareFlatBlock, Type elementType) -
Method Summary
-
Constructor Details
-
MinNStateFactory
public MinNStateFactory(MethodHandle readFlat, MethodHandle writeFlat, MethodHandle compareFlatFlat, MethodHandle compareFlatBlock, Type elementType)
-
-
Method Details
-
createSingleState
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<MinNState>
-
createGroupedState
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<MinNState>
-