Class HyperLogLogUtils


  • public class HyperLogLogUtils
    extends Object
    • Method Detail

      • byteSize

        public static int byteSize​(com.clearspring.analytics.stream.cardinality.HyperLogLog value)
        Returns the byte size of the given HyperLogLog.
      • byteSize

        public static int byteSize​(int log2m)
        Returns the byte size of HyperLogLog of a given log2m.