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

Function UpdateDecryptor

cpp/src/parquet/encryption/internal_file_decryptor.cc:195–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195void UpdateDecryptor(Decryptor* decryptor, int16_t row_group_ordinal,
196 int16_t column_ordinal, int8_t module_type) {
197 ARROW_DCHECK(!decryptor->file_aad().empty());
198 const std::string aad =
199 encryption::CreateModuleAad(decryptor->file_aad(), module_type, row_group_ordinal,
200 column_ordinal, kNonPageOrdinal);
201 decryptor->UpdateAad(aad);
202}
203
204} // namespace parquet

Callers 4

UpdateDecryptionMethod · 0.85
GetColumnIndexMethod · 0.85
GetOffsetIndexMethod · 0.85

Calls 2

CreateModuleAadFunction · 0.70
emptyMethod · 0.45

Tested by

no test coverage detected