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.1", sinceVersion="9.0") public interface IAggregationResult
Aggregation result.- Since:
- 9.0.0
- Version:
- $Revision: 24683 $ $Date: 2021-08-23 18:55:58 -0300 (Mon, 23 Aug 2021) $
-
-
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
-
-