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

Method metadata

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

Returns the rowgroup metadata

Source from the content-addressed store, hash-verified

168
169// Returns the rowgroup metadata
170const RowGroupMetaData* RowGroupReader::metadata() const { return contents_->metadata(); }
171
172namespace {
173

Callers 2

ReadMetaDataFunction · 0.45
ScanFileContentsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected