Uses of Class
io.trino.operator.aggregation.ApproximateMostFrequentHistogram
Packages that use ApproximateMostFrequentHistogram
-
Uses of ApproximateMostFrequentHistogram in io.trino.operator.aggregation
Methods in io.trino.operator.aggregation that return ApproximateMostFrequentHistogramModifier and TypeMethodDescriptionBigintApproximateMostFrequent.State.get()LongApproximateMostFrequentStateFactory.GroupedLongApproximateMostFrequentState.get()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 ApproximateMostFrequentHistogramModifier and TypeMethodDescriptionvoidApproximateMostFrequentBucketDeserializer.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)