@ProviderType public interface HierarchicalAggregationResult extends AggregationResult
Modifier and Type | Method and Description |
---|---|
void |
addChildrenAggregationResults(java.util.List<AggregationResult> aggregationResults) |
AggregationResult |
getChildAggregationResult(java.lang.String name) |
java.util.Map<java.lang.String,AggregationResult> |
getChildrenAggregationResultsMap() |
getName
void addChildrenAggregationResults(java.util.List<AggregationResult> aggregationResults)
AggregationResult getChildAggregationResult(java.lang.String name)
java.util.Map<java.lang.String,AggregationResult> getChildrenAggregationResultsMap()