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

Function ReadMetaData

cpp/src/parquet/file_reader.cc:929–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

927// File metadata helpers
928
929std::shared_ptr<FileMetaData> ReadMetaData(
930 const std::shared_ptr<::arrow::io::RandomAccessFile>& source) {
931 return ParquetFileReader::Open(source)->metadata();
932}
933
934// ----------------------------------------------------------------------
935// 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