-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Integration
-
None
-
None
-
None
-
None
-
None
-
None
-
None
When running on a view, LiteParsedInternalSearchMongotRemote will provide a callback that sets viewName in the mongot remote spec.
// LiteParsedInternalSearchMongotRemote:
auto getViewPolicy() const {
return [this](const ViewInfo& viewInfo) {
this->spec["viewName"_sd] = viewInfo.name;
// the 'spec' member variable gets manipulated and ultimately translated
// into DocumentSourceMongotRemote::mongotSpec
};
}
- depends on
-
SERVER-115072 Introduce LiteParsedInternalSearchMongotRemote
-
- Needs Scheduling
-
- is depended on by
-
SERVER-115069 Desugar LiteParsedSearch into LiteParsedMongotRemote + LiteParsedIdLookup
-
- Needs Scheduling
-