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

Method aad_prefix

cpp/src/parquet/encryption/encryption.cc:110–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110FileDecryptionProperties::Builder* FileDecryptionProperties::Builder::aad_prefix(
111 std::string aad_prefix) {
112 if (aad_prefix.empty()) {
113 return this;
114 }
115 DCHECK(aad_prefix_.empty());
116 aad_prefix_ = std::move(aad_prefix);
117 return this;
118}
119
120FileDecryptionProperties::Builder* FileDecryptionProperties::Builder::aad_prefix_verifier(
121 std::shared_ptr<AADPrefixVerifier> aad_prefix_verifier) {

Callers 6

HandleAadPrefixMethod · 0.80
TESTFunction · 0.80
TEST_FFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by 3

TESTFunction · 0.64
TEST_FFunction · 0.64