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

Method WriteTo

cpp/src/parquet/metadata.cc:1166–1169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1164}
1165
1166void FileMetaData::WriteTo(::arrow::io::OutputStream* dst,
1167 const std::shared_ptr<Encryptor>& encryptor) const {
1168 return impl_->WriteTo(dst, encryptor);
1169}
1170
1171bool FileMetaData::VerifySignature(std::span<const uint8_t> serialized_metadata,
1172 std::span<const uint8_t> signature,

Callers 14

WritePageIndexMethod · 0.45
WriteBloomFilterMethod · 0.45
WriteFileMetaDataFunction · 0.45
WriteFileCryptoMetaDataFunction · 0.45
TestWriteOffsetIndexFunction · 0.45
TESTFunction · 0.45
WritePageIndexesMethod · 0.45
TESTFunction · 0.45
BM_ReadOffsetIndexFunction · 0.45
BM_ReadColumnIndexFunction · 0.45

Calls

no outgoing calls

Tested by 7

TestWriteOffsetIndexFunction · 0.36
TESTFunction · 0.36
WritePageIndexesMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TYPED_TESTFunction · 0.36