Uses of Interface
io.trino.operator.aggregation.ApproximateMostFrequentBucketDeserializer
-
Packages that use ApproximateMostFrequentBucketDeserializer Package Description io.trino.operator.aggregation -
-
Uses of ApproximateMostFrequentBucketDeserializer in io.trino.operator.aggregation
Constructors in io.trino.operator.aggregation with parameters of type ApproximateMostFrequentBucketDeserializer Constructor Description ApproximateMostFrequentHistogram(int maxBuckets, int capacity, ApproximateMostFrequentBucketSerializer<K> serializer, ApproximateMostFrequentBucketDeserializer<K> deserializer)ApproximateMostFrequentHistogram(io.airlift.slice.Slice serialized, ApproximateMostFrequentBucketSerializer<K> serializer, ApproximateMostFrequentBucketDeserializer<K> deserializer)
-