InputT - the type of the elements in the input PCollectionpublic abstract static class SketchFrequencies.GlobalSketch<InputT> extends PTransform<PCollection<InputT>,PCollection<SketchFrequencies.Sketch<InputT>>>
SketchFrequencies.globally().name| Constructor and Description |
|---|
GlobalSketch() |
| Modifier and Type | Method and Description |
|---|---|
PCollection<SketchFrequencies.Sketch<InputT>> |
expand(PCollection<InputT> input) |
SketchFrequencies.GlobalSketch<InputT> |
withConfidence(double conf) |
SketchFrequencies.GlobalSketch<InputT> |
withRelativeError(double eps) |
getAdditionalInputs, getDefaultOutputCoder, getDefaultOutputCoder, getDefaultOutputCoder, getKindString, getName, populateDisplayData, toString, validatepublic SketchFrequencies.GlobalSketch<InputT> withRelativeError(double eps)
public SketchFrequencies.GlobalSketch<InputT> withConfidence(double conf)
public PCollection<SketchFrequencies.Sketch<InputT>> expand(PCollection<InputT> input)
expand in class PTransform<PCollection<InputT>,PCollection<SketchFrequencies.Sketch<InputT>>>Copyright © 2016–2018 The Apache Software Foundation. All rights reserved.