| Package | Description |
|---|---|
| com.yahoo.sketches.hll |
The hll package contains a very compact implementation of Phillipe Flajolet's
HLL sketch but with significantly improved error behavior.
|
| Modifier and Type | Method and Description |
|---|---|
HllSketch |
HllSketch.asCompact()
Returns this sketch in compact form
|
HllSketch |
HllSketchBuilder.build()
Build a new HllSketch
|
HllSketch |
HllSketch.union(HllSketch that)
Union this sketch with that one
|
| Modifier and Type | Method and Description |
|---|---|
HllSketch |
HllSketch.union(HllSketch that)
Union this sketch with that one
|
Copyright © 2015–2017 Yahoo! Inc.. All rights reserved.