| Package | Description |
|---|---|
| com.facebook.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) |
void |
PrivateLpcaSketch.update(HyperLogLog hllOther)
Updates current sketch by adding data from a second HyperLogLog
|
| Constructor and Description |
|---|
PrivateLpcaSketch(HyperLogLog hll,
double epsilonThreshold,
double epsilonRandomizedResponse) |
PrivateLpcaSketch(HyperLogLog hll,
double epsilonThreshold,
double epsilonRandomizedResponse,
RandomizationStrategy randomizationStrategy) |
Copyright © 2010–2024 Airlift. All rights reserved.