Class MinMaxByNStateFactory
java.lang.Object
io.trino.operator.aggregation.minmaxby.MinMaxByNStateFactory
- All Implemented Interfaces:
AccumulatorStateFactory<MinMaxByNState>
public class MinMaxByNStateFactory
extends Object
implements AccumulatorStateFactory<MinMaxByNState>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
MinMaxByNStateFactory
public MinMaxByNStateFactory()
-
-
Method Details
-
createSingleState
- Specified by:
createSingleStatein interfaceAccumulatorStateFactory<MinMaxByNState>
-
createGroupedState
- Specified by:
createGroupedStatein interfaceAccumulatorStateFactory<MinMaxByNState>
-