@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, hashCode
getDependentDimensions, getFieldName, getName, isFloatingPoint, nest, toString
public String getType()
Aggregation
getType
in class Aggregation
public SketchMergeAggregation withName(String name)
Aggregation
withName
in class Aggregation
name
- Name for the new aggregationpublic SketchMergeAggregation withFieldName(String fieldName)
Aggregation
withFieldName
in class Aggregation
fieldName
- Field name for the new aggregationpublic SketchMergeAggregation withSize(int size)
SketchAggregation
withSize
in class SketchAggregation
size
- Size for the new SketchAggregationpublic boolean isSketch()
MetricField
isSketch
in interface MetricField
isSketch
in class Aggregation
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.