AbstractPathAggregator<T extends Serializable> |
|
AggregationInternalUtils |
This class is intended for internal usage only.
|
AggregationResult |
|
AggregationSet |
The set of aggregations to run for matches entries of the aggregate operation.
|
AverageAggregator |
|
AverageAggregator.AverageTuple |
|
CountAggregator |
|
DistinctAggregator<T> |
Aggregator for fetching distinct entries - based on some fields.
|
DistinctPropertiesKey |
|
DistinctResult |
|
GroupByAggregator |
|
GroupByFilter |
|
GroupByKey |
|
GroupByResult |
|
GroupByValue |
|
ListEntriesAggregator |
|
MaxEntryAggregator |
|
MaxEntryAggregator.MaxEntryScannerResult |
|
MaxValueAggregator<T extends Serializable & Comparable> |
|
MinEntryAggregator |
|
MinEntryAggregator.MinEntryScannerResult |
|
MinValueAggregator<T extends Serializable & Comparable> |
|
OrderByAggregator<T> |
Aggregator for order by operation.
|
OrderByAggregator.OrderByElementComparator |
|
OrderByAggregator.OrderByScanResult |
|
OrderByElement |
|
OrderByKey |
|
OrderByPath |
Created by anna on 11/10/14.
|
OrderByValues |
|
SingleValueAggregator<T extends Serializable & Comparable> |
|
SingleValueFunctionAggregator<T extends Serializable & Comparable> |
|
SpaceEntriesAggregator<T extends Serializable> |
|
SpaceEntriesAggregatorContext |
|
SumAggregator |
|
SumScalarValueAggregator |
|
SumZeroAggregator |
Sums values of paths of matching entries, when no non null values are applied zero is returned instead of null
returns the same type as the path.
|
SumZeroScalarValueAggregator |
Sums scalar value, when no non null values are applied zero is returned instead of null
returns the same type as the value.
|