Package | Description |
---|---|
com.yahoo.bard.webservice.druid.model.aggregation | |
com.yahoo.bard.webservice.druid.util |
Modifier and Type | Class and Description |
---|---|
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 | Method and Description |
---|---|
abstract SketchAggregation |
SketchAggregation.withSize(int size)
Creates a SketchAggregation with the provided bucketSize.
|
Modifier and Type | Method and Description |
---|---|
SketchAggregation |
FieldConverters.asInnerSketch(SketchAggregation candidate)
Get the inner SketchAggregation when nesting.
|
SketchAggregation |
FieldConverters.asOuterSketch(SketchAggregation candidate)
Get the outer SketchAggregation when nesting.
|
Modifier and Type | Method and Description |
---|---|
SketchAggregation |
FieldConverters.asInnerSketch(SketchAggregation candidate)
Get the inner SketchAggregation when nesting.
|
SketchMergeAggregation |
SketchFieldConverter.asInnerSketch(SketchAggregation candidate)
Deprecated.
|
ThetaSketchAggregation |
ThetaSketchFieldConverter.asInnerSketch(SketchAggregation candidate) |
SketchAggregation |
FieldConverters.asOuterSketch(SketchAggregation candidate)
Get the outer SketchAggregation when nesting.
|
SketchCountAggregation |
SketchFieldConverter.asOuterSketch(SketchAggregation candidate)
Deprecated.
|
ThetaSketchAggregation |
ThetaSketchFieldConverter.asOuterSketch(SketchAggregation candidate) |
FuzzySetPostAggregation |
FieldConverters.asSketchEstimate(SketchAggregation candidate)
Get the candidate SketchAggregation as a SketchEstimatePostAggregation.
|
SketchEstimatePostAggregation |
SketchFieldConverter.asSketchEstimate(SketchAggregation candidate)
Deprecated.
|
ThetaSketchEstimatePostAggregation |
ThetaSketchFieldConverter.asSketchEstimate(SketchAggregation candidate) |
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.