MCPcopy Create free account
hub / github.com/apache/arrow / disable_aad_prefix_storage

Method disable_aad_prefix_storage

cpp/src/parquet/encryption/encryption.cc:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173FileEncryptionProperties::Builder*
174FileEncryptionProperties::Builder::disable_aad_prefix_storage() {
175 DCHECK(!aad_prefix_.empty());
176
177 store_aad_prefix_in_file_ = false;
178 return this;
179}
180
181ColumnEncryptionProperties::ColumnEncryptionProperties(bool encrypted, SecureString key,
182 std::string key_metadata)

Callers 3

TESTFunction · 0.80
TEST_FFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by 2

TESTFunction · 0.64
TEST_FFunction · 0.64