PTransforms to compute statistical sketches on data streams based on the ZetaSketch implementation.See: Description
| Class | Description | 
|---|---|
| HllCount | PTransforms to compute HyperLogLogPlusPlus (HLL++) sketches on data streams based on the
 ZetaSketch implementation. | 
| HllCount.Extract | Provides  PTransforms to extract the estimated count of distinct elements (asLongs) from each HLL++ sketch. | 
| HllCount.Init | Provides  PTransforms to aggregate inputs into HLL++ sketches. | 
| HllCount.Init.Builder<InputT> | Builder for the  HllCount.InitcombiningPTransform. | 
| HllCount.MergePartial | Provides  PTransforms to merge HLL++ sketches into a new sketch. | 
PTransforms to compute statistical sketches on data streams based on the ZetaSketch implementation.