| Package | Description |
|---|---|
| org.apache.druid.query.aggregation |
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleMaxAggregatorFactory |
class |
DoubleMinAggregatorFactory |
class |
DoubleSumAggregatorFactory |
class |
FloatMaxAggregatorFactory |
class |
FloatMinAggregatorFactory |
class |
FloatSumAggregatorFactory |
class |
LongMaxAggregatorFactory |
class |
LongMinAggregatorFactory |
class |
LongSumAggregatorFactory |
class |
SimpleDoubleAggregatorFactory
This is an abstract class inherited by various
AggregatorFactory implementations that consume double input
and produce double output on aggregation. |
class |
SimpleFloatAggregatorFactory |
class |
SimpleLongAggregatorFactory
This is an abstract class inherited by various
AggregatorFactory implementations that consume long input
and produce long output on aggregation. |
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.