oasis-tcs / odata-abnf

OASIS OData TC: Supporting an ABNF for OData URLs, headers, and literal data values
https://github.com/oasis-tcs/odata-abnf
Other
11 stars 5 forks source link

Allow `commonExpr` in aggregate expressions of type 2 #98

Closed HeikoTheissen closed 1 year ago

HeikoTheissen commented 1 year ago

Aggregate expressions of type 2 are aggregatable expressions as defined in OData-Aggr. Represent them by the commonExpr rule in ABNF.

The aggregate follows a collection-valued path or $these (current collection) and don't use lambda variables.