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