From a831109e067b69525ee57010b30d9f56f384b263 Mon Sep 17 00:00:00 2001 From: Mark Benvenuto Date: Wed, 15 Jun 2022 21:20:11 -0400 Subject: SERVER-66724 Create FLE 2 Equality Match Expression (cherry picked from commit 33d893ff83c2873202628e6002a7e35b5b296db8) --- src/mongo/idl/basic_types.idl | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/mongo/idl') 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" 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" + deserializer: "mongo::BSONElement::_binDataVector" + uuid: bson_serialization_type: bindata bindata_subtype: uuid -- cgit v1.2.1