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