Uses of Interface
io.trino.operator.aggregation.ApproximateMostFrequentBucketSerializer
-
Packages that use ApproximateMostFrequentBucketSerializer Package Description io.trino.operator.aggregation -
-
Uses of ApproximateMostFrequentBucketSerializer in io.trino.operator.aggregation
Constructors in io.trino.operator.aggregation with parameters of type ApproximateMostFrequentBucketSerializer 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)
-