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.0", sinceVersion="9.0") public interface IAggregationResult
Aggregation result.- Since:
- 9.0.0
- Version:
- $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 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
-
-