public static class HyperLogLog.Builder extends Object implements IBuilder<ICardinality>, Serializable
| Constructor and Description |
|---|
Builder(double rsd) |
| Modifier and Type | Method and Description |
|---|---|
HyperLogLog |
build() |
static HyperLogLog |
build(byte[] bytes) |
int |
sizeof() |
public HyperLogLog build()
build in interface IBuilder<ICardinality>public int sizeof()
sizeof in interface IBuilder<ICardinality>public static HyperLogLog build(byte[] bytes) throws IOException
IOExceptionCopyright © 2025. All rights reserved.