C
- Concrete typepublic static interface QueryAggregation.QueryAggregationSupport<C extends QueryAggregation.QueryAggregationSupport<C>>
QueryAggregation
s setting.Modifier and Type | Method and Description |
---|---|
default C |
aggregate(List<Path> paths)
Aggregate results on given paths.
|
default C |
aggregate(Path<?>... paths)
Aggregate results on given paths.
|
C |
aggregate(QueryAggregation aggregation)
Set the aggregation clause
|
C aggregate(QueryAggregation aggregation)
aggregation
- Aggregation clause to setdefault C aggregate(Path<?>... paths)
paths
- Path for which to aggregateCopyright © 2019 The Holon Platform. All rights reserved.