public abstract class SketchAggregation extends Aggregation
| Constructor and Description |
|---|
SketchAggregation(String name,
String fieldName,
int size)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getSize() |
int |
hashCode() |
abstract SketchAggregation |
withSize(int size)
Creates a SketchAggregation with the provided bucketSize.
|
getDependentDimensions, getFieldName, getName, getType, isFloatingPoint, isSketch, nest, toString, withFieldName, withNamepublic int getSize()
public abstract SketchAggregation withSize(int size)
size - Size for the new SketchAggregationpublic boolean equals(Object o)
equals in class Aggregationpublic int hashCode()
hashCode in class AggregationCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.