Uses of Package
org.apache.datasketches.hll
| Package | Description |
|---|---|
| org.apache.datasketches.hll |
The hll package contains a high performance implementation of Phillipe
Flajolet's HLL sketch with significantly improved error behavior.
|
-
Classes in org.apache.datasketches.hll used by org.apache.datasketches.hll Class Description HllSketch This is a high performance implementation of Phillipe Flajolet’s HLL sketch but with significantly improved error behavior.TgtHllType Specifies the target type of HLL sketch to be created.Union This performs union operations for all HllSketches.