Skip to content

Commit 2e917d5

Browse files
Update advanced/odata.md
Co-authored-by: Johannes Vogel <31311694+johannes-vogel@users.noreply.github.com>
1 parent e348287 commit 2e917d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

advanced/odata.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1151,10 +1151,9 @@ This query groups the 500 most expensive books by author name and determines the
11511151
| `average` | average of values | <X/> | <X/> |
11521152
| `countdistinct` | count of distinct values | <X/> | <X/> |
11531153
| custom method | custom aggregation method | <Na/> | <Na/> |
1154-
| custom aggregate | predefined custom aggregate<sup>1</sup> | <X/> | <X/> |
1154+
| custom aggregate | predefined custom aggregate | <X/> | <X/> |
11551155
| `$count` | number of instances in input set | <X/> | <X/> |
11561156

1157-
<sup>1</sup> CAP Node.js does not support custom aggregates for currencies or units of measure.
11581157

11591158
### Custom Aggregates
11601159

0 commit comments

Comments
 (0)