Class | Description |
---|---|
Aggregation |
Base type for aggregations.
|
CardinalityAggregation |
Creates a Druid cardinality aggregation.
|
CountAggregation |
Aggregation for counts.
|
DoubleMaxAggregation |
Aggregation for the maximum of doubles.
|
DoubleMinAggregation |
Aggregation for the minimum of doubles.
|
DoubleSumAggregation |
Aggregation for the sum of doubles.
|
FilteredAggregation |
FilteredAggregation wraps aggregation with the associated filter.
|
LongMaxAggregation |
Aggregation for the maximum of longs.
|
LongMinAggregation |
Aggregation for the minimum of longs.
|
LongSumAggregation |
Aggregation for the sum of longs.
|
MaxAggregation | Deprecated
in favor of LongMaxAggregation or DoubleMaxAggregation, since Druid is deprecating MaxAggregation
|
MinAggregation | Deprecated
in favor of LongMinAggregation, since Druid is deprecating MinAggregation
|
SketchAggregation |
Base type for sketch aggregations.
|
SketchCountAggregation | Deprecated
To consider the latest version of sketch Library.
|
SketchMergeAggregation | Deprecated
To consider the latest version of sketch Library.
|
ThetaSketchAggregation |
Aggregation for custom sketches aggregations.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.