summaryrefslogtreecommitdiff
path: root/src/mongo/idl
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2022-06-15 21:20:11 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-06-17 18:43:34 +0000
commita831109e067b69525ee57010b30d9f56f384b263 (patch)
tree6d5867408da1b1bf9c92b469126729fa8d8e7466 /src/mongo/idl
parent53db7af5a8e2f59a63ca77f78a0c70099c53b603 (diff)
downloadmongo-a831109e067b69525ee57010b30d9f56f384b263.tar.gz
SERVER-66724 Create FLE 2 Equality Match Expression
(cherry picked from commit 33d893ff83c2873202628e6002a7e35b5b296db8)
Diffstat (limited to 'src/mongo/idl')
-rw-r--r--src/mongo/idl/basic_types.idl7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mongo/idl/basic_types.idl b/src/mongo/idl/basic_types.idl
index d124f29cdae..634b05d9539 100644
--- a/src/mongo/idl/basic_types.idl
+++ b/src/mongo/idl/basic_types.idl
@@ -156,6 +156,13 @@ types:
cpp_type: "std::array<std::uint8_t, 16>"
deserializer: "mongo::BSONElement::uuid"
+ bindata_encrypt:
+ bson_serialization_type: bindata
+ bindata_subtype: encrypt
+ description: "A BSON bindata of encrypt sub type"
+ cpp_type: "std::vector<std::uint8_t>"
+ deserializer: "mongo::BSONElement::_binDataVector"
+
uuid:
bson_serialization_type: bindata
bindata_subtype: uuid