Class ApproximateCountDistinct.PerKey<K,V>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<KV<K,V>>,PCollection<KV<K,Long>>>
org.apache.beam.sdk.extensions.zetasketch.ApproximateCountDistinct.PerKey<K,V>
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
ApproximateCountDistinct

public abstract static class ApproximateCountDistinct.PerKey<K,V> extends PTransform<PCollection<KV<K,V>>,PCollection<KV<K,Long>>>
See Also: