Package org.apache.beam.sdk.extensions.zetasketch
package org.apache.beam.sdk.extensions.zetasketch
PTransforms to compute statistical sketches on data streams based on the ZetaSketch implementation.-
ClassesClassDescription
PTransforms for estimating the number of distinct elements in aPCollection, or the number of distinct values associated with each key in aPCollectionofKVs.PTransformfor estimating the number of distinct elements in aPCollection.PTransforms to compute HyperLogLogPlusPlus (HLL++) sketches on data streams based on the ZetaSketch implementation.ProvidesPTransforms to extract the estimated count of distinct elements (asLongs) from each HLL++ sketch.ProvidesPTransforms to aggregate inputs into HLL++ sketches.Builder for theHllCount.InitcombiningPTransform.ProvidesPTransforms to merge HLL++ sketches into a new sketch.