summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/sbe_stage_builder_lookup_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65960 Fall back to classic engine when NLJ is chosenMihai Andrei2022-06-061-3/+8
| | | | (cherry picked from commit ccdab6f1abc1986e6f51d46addcb829a9cdd4489)
* SERVER-64597 Produce SBE Object instead of BSON in $lookup and $groupNikita Lapkov2022-04-121-1/+1
|
* SERVER-64777 Fix semantics for missing on foreign path and enable lowering ↵Irina Yatsenko2022-03-241-107/+144
| | | | to SBE
* SERVER-62596 Implement translation from Lookup QSN to SBE plan for HJAnna Wawrzyniak2022-03-241-5/+44
|
* SERVER-64483 Support paths in foreignField when lowering lookup to SBEIrina Yatsenko2022-03-221-6/+113
|
* SERVER-63690 Support field paths in localField of lookup when lowering to SBEIrina Yatsenko2022-03-181-131/+245
|
* SERVER-63753 Translate $lookup result object creation in SBENikita Lapkov2022-03-171-144/+198
|
* Revert "SERVER-63753 Translate $lookup result object creation in SBE"Max Hirschhorn2022-03-161-200/+144
| | | | This reverts commit e09abbd7289641317d9e213204fb79731655e004.
* SERVER-63753 Translate $lookup result object creation in SBENikita Lapkov2022-03-151-144/+200
|
* SERVER-63553 Support multi-collection plans in SlotBasedStageBuilder and ↵Mihai Andrei2022-03-041-85/+138
| | | | construct inner ScanStage for EqLookupNodes which use NestedLoopJoin
* SERVER-58435 Implement the basics of translation of $lookup into SBE's ↵Irina Yatsenko2022-02-171-0/+381
nested loop join