T - a PostAggregationpublic interface WithFields<T extends PostAggregation> extends MetricField
| Modifier and Type | Method and Description |
|---|---|
default Set<Dimension> |
getDependentDimensions()
Get the dimensions from all child postAggregations.
|
List<PostAggregation> |
getFields()
An interface method to get all the post aggregation fields.
|
T |
withFields(List<PostAggregation> fields)
withFields provides new instance of respective class created from fields.
|
getName, isFloatingPoint, isSketchList<PostAggregation> getFields()
T withFields(List<PostAggregation> fields)
fields - List of post aggregation fieldsdefault Set<Dimension> getDependentDimensions()
getDependentDimensions in interface MetricFieldCopyright © 2016–2018 Yahoo! Inc.. All rights reserved.