Uses of Class
io.trino.operator.aggregation.ApproximateMostFrequentHistogram
-
Packages that use ApproximateMostFrequentHistogram Package Description io.trino.operator.aggregation -
-
Uses of ApproximateMostFrequentHistogram in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return ApproximateMostFrequentHistogram Modifier and Type Method Description ApproximateMostFrequentHistogram<Long>BigintApproximateMostFrequent.State. get()ApproximateMostFrequentHistogram<Long>LongApproximateMostFrequentStateFactory.GroupedLongApproximateMostFrequentState. get()ApproximateMostFrequentHistogram<Long>LongApproximateMostFrequentStateFactory.SingleLongApproximateMostFrequentState. get()ApproximateMostFrequentHistogram<io.airlift.slice.Slice>StringApproximateMostFrequentStateFactory.GroupedLongApproximateMostFrequentState. get()ApproximateMostFrequentHistogram<io.airlift.slice.Slice>StringApproximateMostFrequentStateFactory.SingleLongApproximateMostFrequentState. get()ApproximateMostFrequentHistogram<io.airlift.slice.Slice>VarcharApproximateMostFrequent.State. get()Methods in io.trino.operator.aggregation with parameters of type ApproximateMostFrequentHistogram Modifier and Type Method Description voidApproximateMostFrequentBucketDeserializer. deserialize(io.airlift.slice.SliceInput input, ApproximateMostFrequentHistogram<K> histogram)static voidLongApproximateMostFrequentStateSerializer. deserializeBucket(io.airlift.slice.SliceInput input, ApproximateMostFrequentHistogram<Long> histogram)static voidStringApproximateMostFrequentStateSerializer. deserializeBucket(io.airlift.slice.SliceInput input, ApproximateMostFrequentHistogram<io.airlift.slice.Slice> histogram)voidApproximateMostFrequentHistogram. merge(ApproximateMostFrequentHistogram<K> other)voidBigintApproximateMostFrequent.State. set(ApproximateMostFrequentHistogram<Long> value)voidLongApproximateMostFrequentStateFactory.GroupedLongApproximateMostFrequentState. set(ApproximateMostFrequentHistogram<Long> histogram)voidLongApproximateMostFrequentStateFactory.SingleLongApproximateMostFrequentState. set(ApproximateMostFrequentHistogram<Long> histogram)voidStringApproximateMostFrequentStateFactory.GroupedLongApproximateMostFrequentState. set(ApproximateMostFrequentHistogram<io.airlift.slice.Slice> histogram)voidStringApproximateMostFrequentStateFactory.SingleLongApproximateMostFrequentState. set(ApproximateMostFrequentHistogram<io.airlift.slice.Slice> histogram)voidVarcharApproximateMostFrequent.State. set(ApproximateMostFrequentHistogram<io.airlift.slice.Slice> value)
-