@Deprecated public class MaxAggregation extends Aggregation
Druid now supports separate min and max operations for Long and Double respectively. So LongMinAggregation
and DoubleMinAggregation
should be used instead.
Constructor and Description |
---|
MaxAggregation(String name,
String fieldName)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getType()
Deprecated.
The Type name for the aggregation in the druid configuration.
|
Aggregation |
withFieldName(String fieldName)
Deprecated.
Creates a new Aggregation with the provided field name.
|
MaxAggregation |
withName(String name)
Deprecated.
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 MaxAggregation 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.