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