summaryrefslogtreecommitdiff
path: root/src/mongo/db/namespace_string.h
diff options
context:
space:
mode:
authorMickey. J Winters <mickey.winters@mongodb.com>2022-03-15 22:45:20 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-03-16 00:05:44 +0000
commit04d14e9675539103de563ffa250380538206ee93 (patch)
treecb37d1ec7a8f77de36cf202e59acafeb3d01ea36 /src/mongo/db/namespace_string.h
parent30f48983c02e18b8af6303526582d05c8bff865b (diff)
downloadmongo-04d14e9675539103de563ffa250380538206ee93.tar.gz
SERVER-63050 add ability to check if no foreign namespaces are involved in an aggregation
Diffstat (limited to 'src/mongo/db/namespace_string.h')
-rw-r--r--src/mongo/db/namespace_string.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mongo/db/namespace_string.h b/src/mongo/db/namespace_string.h
index 505eb9d3130..f511a6a3f04 100644
--- a/src/mongo/db/namespace_string.h
+++ b/src/mongo/db/namespace_string.h
@@ -452,6 +452,9 @@ public:
return coll().startsWith("$cmd."_sd);
}
+ /**
+ * NOTE an aggregate could still refer to another collection using a stage like $out.
+ */
bool isCollectionlessAggregateNS() const;
bool isListCollectionsCursorNS() const;