diff options
Diffstat (limited to 'src/mongo/db/namespace_string.h')
-rw-r--r-- | src/mongo/db/namespace_string.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/namespace_string.h b/src/mongo/db/namespace_string.h index 6a9418f1775..599f5aac11f 100644 --- a/src/mongo/db/namespace_string.h +++ b/src/mongo/db/namespace_string.h @@ -415,6 +415,11 @@ public: bool isConfigTransactionsCollection() const; /** + * Returns whether the specified namespace is <database>.fle2.<.+>.(esc|ecc|ecoc). + */ + bool isFLE2StateCollection() const; + + /** * Returns the time-series buckets namespace for this view. */ NamespaceString makeTimeseriesBucketsNamespace() const; |