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