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

Method key

cpp/src/parquet/encryption/encryption.cc:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50ColumnEncryptionProperties::Builder* ColumnEncryptionProperties::Builder::key(
51 SecureString column_key) {
52 if (column_key.empty()) return this;
53
54 DCHECK(key_.empty());
55 key_ = std::move(column_key);
56 return this;
57}
58
59ColumnEncryptionProperties::Builder* ColumnEncryptionProperties::Builder::key_metadata(
60 std::string key_metadata) {

Callers 15

PrintVerboseMetadataMethod · 0.45
SetAttributesFunction · 0.45
EncodeMetadataFunction · 0.45
AppendKeyValueMetadataFunction · 0.45
GetKeyValueMetadataFunction · 0.45
ImplMethod · 0.45
SetExecutableMethod · 0.45

Calls 1

emptyMethod · 0.45

Tested by 5

TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36