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="14.2", 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: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Constructor Summary
Constructors Constructor Description ReverseNestedAggregation(String id)
Create a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Field Detail
-
id
protected final String id
-
-
Constructor Detail
-
ReverseNestedAggregation
public ReverseNestedAggregation(String id)
Create a new instance.- Parameters:
id
- the aggregation identifier.- Since:
- 11.2.0
-
-
Method Detail
-
getId
public String getId()
Description copied from interface:IAggregation
Returns the aggregation identifier.- Specified by:
getId
in interfaceIAggregation
- Returns:
- the aggregation identifier.
-
-