Uses of Package
org.apache.datasketches.hll

Packages that use org.apache.datasketches.hll
Package
Description
The DataSketches™ HLL sketch family package
  • Class
    Description
    The HllSketch is actually a collection of compact implementations of Phillipe Flajolet’s HyperLogLog (HLL) sketch but with significantly improved error behavior and excellent speed performance.
    Specifies the target type of HLL sketch to be created.
    This performs union operations for all HllSketches.