| Package | Description |
|---|---|
| io.airlift.stats.cardinality |
| Modifier and Type | Method and Description |
|---|---|
static HyperLogLog |
HyperLogLog.newInstance(int numberOfBuckets) |
static HyperLogLog |
HyperLogLog.newInstance(io.airlift.slice.Slice serialized) |
| Modifier and Type | Method and Description |
|---|---|
void |
HyperLogLog.mergeWith(HyperLogLog other) |
Copyright © 2010-2017 Airlift. All Rights Reserved.