-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QE 2022-02-07, QE 2022-01-24
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
This work should add a new QSN called EqLookupNode with the following data,
- joinFieldLocal - The outer “left” join field.
- joinFieldForeign - The inner “right” join field.
- joinField - The “as” field for the output array field.
- foreignCollection - the foreign collection namespace string
- Additional fields for indexed NLJ (up to EMEA team).
Consider a possible explain format,
LOOKUP: { from: <foreignCollection>, as: <joinField>, localField: <joinFieldLocal>, foreignField: <joinFieldForeign>, }