summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/stub_mongo_process_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/pipeline/stub_mongo_process_interface.h')
-rw-r--r--src/mongo/db/pipeline/stub_mongo_process_interface.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/stub_mongo_process_interface.h b/src/mongo/db/pipeline/stub_mongo_process_interface.h
index 1a1a72f1224..06e22b24bdd 100644
--- a/src/mongo/db/pipeline/stub_mongo_process_interface.h
+++ b/src/mongo/db/pipeline/stub_mongo_process_interface.h
@@ -117,5 +117,10 @@ public:
std::vector<FieldPath> collectDocumentKeyFields(UUID) const override {
MONGO_UNREACHABLE;
}
+
+ boost::optional<Document> lookupSingleDocument(
+ const boost::intrusive_ptr<ExpressionContext>& expCtx, const Document& filter) {
+ MONGO_UNREACHABLE;
+ }
};
} // namespace mongo