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

Method GetColumnDataEncryptor

cpp/src/parquet/encryption/internal_file_encryptor.cc:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85std::shared_ptr<Encryptor> InternalFileEncryptor::GetColumnDataEncryptor(
86 const std::string& column_path) {
87 return GetColumnEncryptor(column_path, false);
88}
89
90std::shared_ptr<Encryptor>
91InternalFileEncryptor::InternalFileEncryptor::GetColumnEncryptor(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected