Class HyperLogLogUtils
- java.lang.Object
-
- org.apache.pinot.segment.local.utils.HyperLogLogUtils
-
public class HyperLogLogUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intbyteSize(int log2m)Returns the byte size of HyperLogLog of a given log2m.static intbyteSize(com.clearspring.analytics.stream.cardinality.HyperLogLog value)Returns the byte size of the given HyperLogLog.
-