Class SketchFrequencies.CountMinSketchFn<InputT>

java.lang.Object
org.apache.beam.sdk.transforms.Combine.CombineFn<InputT,SketchFrequencies.Sketch<InputT>,SketchFrequencies.Sketch<InputT>>
org.apache.beam.sdk.extensions.sketching.SketchFrequencies.CountMinSketchFn<InputT>
Type Parameters:
InputT - the type of the elements in the input PCollection
All Implemented Interfaces:
Serializable, CombineFnBase.GlobalCombineFn<InputT,SketchFrequencies.Sketch<InputT>,SketchFrequencies.Sketch<InputT>>, HasDisplayData
Enclosing class:
SketchFrequencies

public static class SketchFrequencies.CountMinSketchFn<InputT> extends Combine.CombineFn<InputT,SketchFrequencies.Sketch<InputT>,SketchFrequencies.Sketch<InputT>>
Implements the Combine.CombineFn of SketchFrequencies transforms.
See Also: