Class ApproximateCountDistinct.Globally<T>

java.lang.Object
org.apache.beam.sdk.transforms.PTransform<PCollection<T>,PCollection<Long>>
org.apache.beam.sdk.extensions.zetasketch.ApproximateCountDistinct.Globally<T>
Type Parameters:
T - the type of the elements in the input PCollection
All Implemented Interfaces:
Serializable, HasDisplayData
Enclosing class:
ApproximateCountDistinct

public abstract static class ApproximateCountDistinct.Globally<T> extends PTransform<PCollection<T>,PCollection<Long>>
PTransform for estimating the number of distinct elements in a PCollection.
See Also:
  • Constructor Details

    • Globally

      public Globally()
  • Method Details