-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Query Execution
-
None
-
Query Execution
This work will involve:
- Adding a new QuerySolutionNode to represent a $group DocumentSource, called GroupNode
- Extending the SlotBasedStageBuilder to support translation of GroupNode to an sbe PlanStage. This would leverage the accumulator builders done in previous work.
- Using VirtualScanNode to unittest the translation of a simple QSN tree GroupNode --> VSN.
- duplicates
-
SERVER-58516 Support translation of $group in SBE stage builder
- Closed