You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`$count`| number of instances in input set | <X/> | <X/> |
1152
1156
1157
+
1153
1158
### Custom Aggregates
1154
1159
1155
1160
Instead of explicitly using an expression with an aggregation method in the `aggregate` transformation, the client can use a _custom aggregate_. A custom aggregate can be considered as a virtual property that aggregates the input set. It's calculated on the server side. The client doesn't know _How_ the custom aggregate is calculated.
@@ -1218,7 +1223,7 @@ A custom aggregate for a currency code or unit of measure should also be exposed
1218
1223
| chain transformations | <X/> | <X/> |
1219
1224
| chain transformations within group by | <Na/> | <Na/> |
1220
1225
|`groupby` with `rollup`/`$all`| <Na/> | <Na/> |
1221
-
|`$expand` result set of `$apply`| <Na/> | <Na/> |
1226
+
|`$expand` result set of `$apply`| <Na/> | <X/> |
1222
1227
|`$filter`/`$search` result set | <X/> | <X/> |
1223
1228
| sort result set with `$orderby`| <X/> | <X/> |
1224
1229
| paginate result set with `$top`/`$skip`| <X/> | <X/> |
0 commit comments