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

Method WriteTo

cpp/src/parquet/metadata.cc:1170–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 15

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

Calls

no outgoing calls

Tested by 8

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