-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: LINQ3
-
None
Translate GroupBy method to $group stage.
GroupBy overloads that have a resultSelector parameter will also generate a $project stage.
Note that the task of moving accumulators back to the $group stage (in order to remove the _elements field) is a separate task.
- is related to
-
CSHARP-3320 LINQ3: Move GroupBy accumulators back to the $group stage
- Closed