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

Function ReadMetaData

cpp/src/parquet/file_reader.cc:933–936  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

931// File metadata helpers
932
933std::shared_ptr<FileMetaData> ReadMetaData(
934 const std::shared_ptr<::arrow::io::RandomAccessFile>& source) {
935 return ParquetFileReader::Open(source)->metadata();
936}
937
938// ----------------------------------------------------------------------
939// File scanner for performance testing

Callers 3

ASSERT_OK_AND_ASSIGNFunction · 0.85
TEST_FFunction · 0.85
WriteColumnFunction · 0.85

Calls 1

metadataMethod · 0.45

Tested by 2

ASSERT_OK_AND_ASSIGNFunction · 0.68
TEST_FFunction · 0.68