Modifier and Type | Method and Description |
---|---|
protected static PostAggregation |
MetricMaker.getNumericField(MetricField field)
Prepare a post aggregation for a field expecting a numeric value.
|
protected static PostAggregation |
MetricMaker.getSketchField(MetricField field)
Prepare a post aggregation for a field expecting a sketch value.
|
Modifier and Type | Method and Description |
---|---|
MetricField |
LogicalMetric.getMetricField() |
MetricField |
TemplateDruidQuery.getMetricField(String name)
Get the field by name.
|
Modifier and Type | Class and Description |
---|---|
class |
Aggregation
Base type for aggregations.
|
class |
CardinalityAggregation
Creates a Druid cardinality aggregation.
|
class |
CountAggregation
Aggregation for counts.
|
class |
DoubleMaxAggregation
Aggregation for the maximum of doubles.
|
class |
DoubleMinAggregation
Aggregation for the minimum of doubles.
|
class |
DoubleSumAggregation
Aggregation for the sum of doubles.
|
class |
FilteredAggregation
FilteredAggregation wraps aggregation with the associated filter.
|
class |
LongMaxAggregation
Aggregation for the maximum of longs.
|
class |
LongMinAggregation
Aggregation for the minimum of longs.
|
class |
LongSumAggregation
Aggregation for the sum of longs.
|
class |
MaxAggregation
Deprecated.
in favor of LongMaxAggregation or DoubleMaxAggregation, since Druid is deprecating MaxAggregation
|
class |
MinAggregation
Deprecated.
in favor of LongMinAggregation, since Druid is deprecating MinAggregation
|
class |
SketchAggregation
Base type for sketch aggregations.
|
class |
SketchCountAggregation
Deprecated.
To consider the latest version of sketch Library.
This class is replaced by ThetaSketchAggregation
|
class |
SketchMergeAggregation
Deprecated.
To consider the latest version of sketch Library.
This class is replaced by ThetaSketchAggregation
|
class |
ThetaSketchAggregation
Aggregation for custom sketches aggregations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
WithFields<T extends PostAggregation>
An Interface to getFields from a PostAggregation and return a PosAggregation constructed from the given fields.
|
Modifier and Type | Class and Description |
---|---|
class |
ArithmeticPostAggregation
Model representing arithmetic post aggregations.
|
class |
ConstantPostAggregation
Model representing post aggregations with a constant value.
|
class |
FieldAccessorPostAggregation
Model representing lookups of aggregation values.
|
class |
FuzzySetPostAggregation
Model representing post aggregation numeric estimates from sketches.
|
class |
PostAggregation
Base class for model representing post aggregations.
|
class |
SketchEstimatePostAggregation
Deprecated.
To consider the latest version of sketch Library.
This class is replaced by ThetaSketchEstimatePostAggregation class
|
class |
SketchSetOperationPostAggregation
Deprecated.
To consider the latest version of sketch Library.
This class is replaced by ThetaSketchSetOperationPostAggregation class
|
class |
ThetaSketchEstimatePostAggregation
Model representing post aggregation numeric estimates from sketches.
|
class |
ThetaSketchSetOperationPostAggregation
Model representing a post aggregation of sketch set operations.
|
Modifier and Type | Method and Description |
---|---|
MetricField |
FieldAccessorPostAggregation.getAggregation()
Deprecated.
Use getMetricField instead
|
MetricField |
FieldAccessorPostAggregation.getMetricField()
Retrieve the MetricField column which this field accesses.
|
Constructor and Description |
---|
FieldAccessorPostAggregation(MetricField aggregation)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
FuzzySetPostAggregation |
FieldConverters.asSketchEstimate(MetricField field)
Get the candidate MetricField as a PostAggregation.
|
FuzzySetPostAggregation |
SketchFieldConverter.asSketchEstimate(MetricField field)
Deprecated.
|
FuzzySetPostAggregation |
ThetaSketchFieldConverter.asSketchEstimate(MetricField field) |
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.