Skip to content

Commit 8fc8085

Browse files
MattSchuragoerler
andauthored
Update java/working-with-cql/query-api.md
Co-authored-by: Adrian Görler <adrian.goerler@sap.com>
1 parent 649a39c commit 8fc8085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/working-with-cql/query-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ Select.from("bookshop.Books")
624624

625625
### Aggregating <Beta /> { #aggregating }
626626

627-
Use the aggregation methods `min`, `max`, `sum`, and `count` to calculate minimums, maximums, totals, and counts directly in your CQL queries. You can use these aggregation methods in *columns* to include the aggregated values in the result set, or in the *where* clause to filter the result set based on aggregated values.
627+
Use the aggregation methods `min`, `max`, `sum`, and `count` to calculate minimums, maximums, totals, and counts of values of associated entities directly in your CQL queries. You can use these aggregation methods in *columns* to include the aggregated values in the result set, or in the *where* clause to filter the result set based on aggregated values.
628628

629629
::: tip
630630
Use [infix filters](/cds/cql#with-infix-filters) to aggregate only a subset of a collection.

0 commit comments

Comments
 (0)