public interface FieldConverters
Modifier and Type | Method and Description |
---|---|
SketchAggregation |
asInnerSketch(SketchAggregation candidate)
Get the inner SketchAggregation when nesting.
|
SketchAggregation |
asOuterSketch(SketchAggregation candidate)
Get the outer SketchAggregation when nesting.
|
FuzzySetPostAggregation |
asSketchEstimate(MetricField field)
Get the candidate MetricField as a PostAggregation.
|
FuzzySetPostAggregation |
asSketchEstimate(SketchAggregation candidate)
Get the candidate SketchAggregation as a SketchEstimatePostAggregation.
|
SketchAggregation asOuterSketch(SketchAggregation candidate)
candidate
- SketchAggregation to "convert"SketchAggregation asInnerSketch(SketchAggregation candidate)
candidate
- SketchAggregation to "convert"FuzzySetPostAggregation asSketchEstimate(SketchAggregation candidate)
candidate
- SketchAggregation to "convert"FuzzySetPostAggregation asSketchEstimate(MetricField field)
field
- Metric field which can be aggregate or post aggregateCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.