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