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

Method PutKey

cpp/src/parquet/encryption/encryption.cc:37–39  ·  view source on GitHub ↗

integer key retriever

Source from the content-addressed store, hash-verified

35
36// integer key retriever
37void IntegerKeyIdRetriever::PutKey(uint32_t key_id, SecureString key) {
38 key_map_.insert({key_id, std::move(key)});
39}
40
41// string key retriever
42void StringKeyIdRetriever::PutKey(std::string key_id, SecureString key) {

Callers 5

TESTFunction · 0.80
mainFunction · 0.80

Calls 1

insertMethod · 0.45

Tested by 3

TESTFunction · 0.64