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