Package io.trino.operator.aggregation
Interface VarcharApproximateMostFrequent.State
-
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
StringApproximateMostFrequentStateFactory.GroupedLongApproximateMostFrequentState,StringApproximateMostFrequentStateFactory.SingleLongApproximateMostFrequentState
- Enclosing class:
- VarcharApproximateMostFrequent
public static interface VarcharApproximateMostFrequent.State extends AccumulatorState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApproximateMostFrequentHistogram<io.airlift.slice.Slice>get()voidset(ApproximateMostFrequentHistogram<io.airlift.slice.Slice> value)-
Methods inherited from interface io.trino.spi.function.AccumulatorState
getEstimatedSize
-
-
-
-
Method Detail
-
get
ApproximateMostFrequentHistogram<io.airlift.slice.Slice> get()
-
set
void set(ApproximateMostFrequentHistogram<io.airlift.slice.Slice> value)
-
-