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, withName
public int getSize()
public abstract SketchAggregation withSize(int size)
size
- Size for the new SketchAggregationpublic boolean equals(Object o)
equals
in class Aggregation
public int hashCode()
hashCode
in class Aggregation
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.