Package org.apache.beam.sdk.extensions.combiners
Provides a transform and combiner for constructing histograms.
-
Class Summary Class Description Histogram A histogram transform with a combiner that efficiently constructs linear, exponential or explicit histograms from large datasets of input data.Histogram.BucketBounds Defines the bounds for histogram buckets.Histogram.HistogramCombineFn<T> Combiner for calculating histograms. -
Enum Summary Enum Description Histogram.BoundsInclusivity Enum for setting whether the lower (and upper) bounds of bucket intervals are inclusive or exclusive.