-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
We should have a general conceptual section for aggregate functions, possibly under complex query operators (though technically aside from Min/Max and friends these aren't exactly LINQ operators).
- Generally explain how to you use them in the projection after GroupBy
- Show different supported operators (distinct, ordering, filter)
- Show workaround for executing these top-level, with GroupBy on a constant (see Implement top-level (queryable) versions of custom support aggregate operators efcore#28264 (comment))
- Link from the translation reference to this section.
- Mention that aggregate UDF mapping isn't yet possible (Metadata: Add support for adding UDF which are aggregate efcore#27934)