PTransforms to compute statistical sketches on data streams based on the ZetaSketch implementation.See: Description
| Class | Description | 
|---|---|
| ApproximateCountDistinct | PTransforms for estimating the number of distinct elements in aPCollection, or
 the number of distinct values associated with each key in aPCollectionofKVs. | 
| ApproximateCountDistinct.Globally<T> | PTransformfor estimating the number of distinct elements in aPCollection. | 
| ApproximateCountDistinct.Globally.Builder<T> | |
| ApproximateCountDistinct.PerKey<K,V> | |
| ApproximateCountDistinct.PerKey.Builder<K,V> | |
| 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.