Package lumis.portal.bigdata.query
Interface IReverseNestedAggregationResult
-
- All Superinterfaces:
IAggregationResult
@StableMinor(version="16.1", sinceVersion="11.2") public interface IReverseNestedAggregationResult extends IAggregationResult
A reversed nested aggregation.- Since:
- 11.2.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,IAggregationResult>
getSubAggregations()
Returns the sub aggregations of this aggregation.-
Methods inherited from interface lumis.portal.bigdata.query.IAggregationResult
getId
-
-
-
-
Method Detail
-
getSubAggregations
java.util.Map<java.lang.String,IAggregationResult> getSubAggregations()
Returns the sub aggregations of this aggregation.- Returns:
- the sub aggregations of this aggregation.
- Since:
- 11.2.0
-
-