summaryrefslogtreecommitdiff
path: root/src/mongo/db/matcher/expression_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/matcher/expression_type.h')
-rw-r--r--src/mongo/db/matcher/expression_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/matcher/expression_type.h b/src/mongo/db/matcher/expression_type.h
index 201c0799935..b45b0e90774 100644
--- a/src/mongo/db/matcher/expression_type.h
+++ b/src/mongo/db/matcher/expression_type.h
@@ -418,6 +418,8 @@ public:
switch (subTypeByte) {
case EncryptedBinDataType::kFLE2EqualityIndexedValue:
case EncryptedBinDataType::kFLE2RangeIndexedValue:
+ case EncryptedBinDataType::kFLE2EqualityIndexedValueV2:
+ case EncryptedBinDataType::kFLE2RangeIndexedValueV2:
case EncryptedBinDataType::kFLE2UnindexedEncryptedValue: {
// Verify the type of the encrypted data.
if (typeSet().isEmpty()) {