Package lumis.portal.bigdata.query
Class ReverseNestedAggregation
- java.lang.Object
-
- lumis.portal.bigdata.query.AbstractSubAggregationAwareAggregation
-
- lumis.portal.bigdata.query.ReverseNestedAggregation
-
- All Implemented Interfaces:
IAggregation
,ISubAggregationAwareAggregation
@StableMinor(version="16.1", sinceVersion="11.2") public class ReverseNestedAggregation extends AbstractSubAggregationAwareAggregation
Reverse Nested Aggregation. It must be used inside a nested aggregation when it is desired to leave its context.
If not used inside a nested aggregation, anIllegalArgumentException
will be raised. This aggregation produces aIReverseNestedAggregationResult
.- Since:
- 11.2.0
- Version:
- $Revision: 26156 $ $Date: 2024-01-13 10:26:46 -0300 (Sat, 13 Jan 2024) $
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
id
-
Constructor Summary
Constructors Constructor Description ReverseNestedAggregation(java.lang.String id)
Create a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
Returns the aggregation identifier.-
Methods inherited from class lumis.portal.bigdata.query.AbstractSubAggregationAwareAggregation
addSubAggregation, addSubAggregations, addSubAggregations, getSubAggregations
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface lumis.portal.bigdata.query.IAggregation
getId
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
Description copied from interface:IAggregation
Returns the aggregation identifier.- Specified by:
getId
in interfaceIAggregation
- Returns:
- the aggregation identifier.
-
-