Package lumis.portal.bigdata.query
Interface IAggregationResult
-
- All Known Subinterfaces:
IDateHistogramAggregationResult
,IDateRangeAggregationResult
,IGeoDistanceAggregationResult
,IHistogramAggregationResult
,IMultiBucketAggregationResult<T>
,INestedObjectAggregationResult
,IReverseNestedAggregationResult
,ISingleBucketAggregationResult
,ISubAggregationAwareAggregationResult
,ITermsAggregationResult
,IValueAggregationResult
- All Known Implementing Classes:
AbstractSubAggregationAwareAggregationResult
,AvgAggregationResult
,CardinalityAggregationResult
,MaxAggregationResult
,SumAggregationResult
,ValueCountAggregationResult
@StableMinor(version="14.2", sinceVersion="9.0") public interface IAggregationResult
Aggregation result.- Since:
- 9.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getId()
Returns the identifier of the aggregation that produced this result.
-
-
-
Method Detail
-
getId
String getId()
Returns the identifier of the aggregation that produced this result.- Returns:
- the identifier of the aggregation that produced this result.
- Since:
- 11.0.0
-
-