public class DoubleSumAggregation extends Aggregation
Constructor and Description |
---|
DoubleSumAggregation(String name,
String fieldName)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getType()
The Type name for the aggregation in the druid configuration.
|
Aggregation |
withFieldName(String fieldName)
Creates a new Aggregation with the provided field name.
|
DoubleSumAggregation |
withName(String name)
Creates a new Aggregation with the provided name.
|
equals, getDependentDimensions, getFieldName, getName, hashCode, isFloatingPoint, isSketch, nest, toString
public String getType()
Aggregation
getType
in class Aggregation
public DoubleSumAggregation withName(String name)
Aggregation
withName
in class Aggregation
name
- Name for the new aggregationpublic Aggregation withFieldName(String fieldName)
Aggregation
withFieldName
in class Aggregation
fieldName
- Field name for the new aggregationCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.