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