Class StatsField.HllOptions

  • Enclosing class:
    StatsField

    public static final class StatsField.HllOptions
    extends Object
    Helper Struct for parsing and encapsulating all of the options relaed to building a HLL
    See Also:
    StatsField.Stat.cardinality
    NOTE: This API is for internal purposes only and might change in incompatible ways in the next release.
    • Method Detail

      • getLog2m

        public int getLog2m()
        See Also:
        HLL
      • getRegwidth

        public int getRegwidth()
        See Also:
        HLL
      • getHasher

        public com.google.common.hash.HashFunction getHasher()
        May be null if user has indicated that field values are pre-hashed
      • newHLL

        public HLL newHLL()