@Deprecated public class SketchMergeAggregation extends SketchAggregation
Sketch merge performs unions on all sketches from aggregated rows.
| Constructor and Description | 
|---|
| SketchMergeAggregation(String name,
                      String fieldName,
                      int size)Deprecated.  Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getType()Deprecated.  The Type name for the aggregation in the druid configuration. | 
| boolean | isSketch()Deprecated.  Indicate if the MetricField is based on a sketch. | 
| SketchMergeAggregation | withFieldName(String fieldName)Deprecated.  Creates a new Aggregation with the provided field name. | 
| SketchMergeAggregation | withName(String name)Deprecated.  Creates a new Aggregation with the provided name. | 
| SketchMergeAggregation | withSize(int size)Deprecated.  Creates a SketchAggregation with the provided bucketSize. | 
equals, getSize, hashCodegetDependentDimensions, getFieldName, getName, isFloatingPoint, nest, toStringpublic String getType()
AggregationgetType in class Aggregationpublic SketchMergeAggregation withName(String name)
AggregationwithName in class Aggregationname - Name for the new aggregationpublic SketchMergeAggregation withFieldName(String fieldName)
AggregationwithFieldName in class AggregationfieldName - Field name for the new aggregationpublic SketchMergeAggregation withSize(int size)
SketchAggregationwithSize in class SketchAggregationsize - Size for the new SketchAggregationpublic boolean isSketch()
MetricFieldisSketch in interface MetricFieldisSketch in class AggregationCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.