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