Uses of Class
io.airlift.stats.cardinality.HyperLogLog
-
Packages that use HyperLogLog Package Description io.airlift.stats.cardinality -
-
Uses of HyperLogLog in io.airlift.stats.cardinality
Methods in io.airlift.stats.cardinality that return HyperLogLog Modifier and Type Method Description static HyperLogLogHyperLogLog. newInstance(int numberOfBuckets)static HyperLogLogHyperLogLog. newInstance(io.airlift.slice.Slice serialized)Methods in io.airlift.stats.cardinality with parameters of type HyperLogLog Modifier and Type Method Description voidHyperLogLog. mergeWith(HyperLogLog other)
-