Package com.gigaspaces.query.aggregators
Class AggregationInternalUtils
java.lang.Object
com.gigaspaces.query.aggregators.AggregationInternalUtils
This class is intended for internal usage only.
- Since:
- 10.0
- Author:
- Niv Ingberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancontainsCustomAggregators(List<SpaceEntriesAggregator> aggregators) static List<SpaceEntriesAggregator>getAggregators(AggregationSet aggregationSet) static AggregationResultgetFinalResult(List<SpaceEntriesAggregator> aggregators, RawEntryConverter rawEntryConverter) static List<SpaceEntriesAggregator>getSelectors(GroupByAggregator aggregator) static booleanhasFilter(ITemplateHolder template) static booleanhasFilterWithOrderBy(ITemplateHolder template) index(List<SpaceEntriesAggregator> aggregators)
-
Constructor Details
-
AggregationInternalUtils
public AggregationInternalUtils()
-
-
Method Details
-
getAggregators
-
index
-
getFinalResult
public static AggregationResult getFinalResult(List<SpaceEntriesAggregator> aggregators, RawEntryConverter rawEntryConverter) -
containsCustomAggregators
-
getSelectors
-
hasFilterWithOrderBy
-
hasFilter
-