Package io.trino.operator.aggregation
Interface VarcharApproximateMostFrequent.State
- All Superinterfaces:
AccumulatorState
- All Known Implementing Classes:
StringApproximateMostFrequentStateFactory.GroupedLongApproximateMostFrequentState,StringApproximateMostFrequentStateFactory.SingleLongApproximateMostFrequentState
- Enclosing class:
VarcharApproximateMostFrequent
-
Method Summary
Modifier and TypeMethodDescriptionApproximateMostFrequentHistogram<io.airlift.slice.Slice> get()voidset(ApproximateMostFrequentHistogram<io.airlift.slice.Slice> value) Methods inherited from interface io.trino.spi.function.AccumulatorState
copy, getEstimatedSize
-
Method Details
-
get
ApproximateMostFrequentHistogram<io.airlift.slice.Slice> get() -
set
-