Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ set_metadata
Method
set_metadata
cpp/src/parquet/file_reader.cc:373–375 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
371
}
372
373
void set_metadata(std::shared_ptr<FileMetaData> metadata) {
374
file_metadata_ = std::move(metadata);
375
}
376
377
void PreBuffer(const std::vector<int>& row_groups,
378
const std::vector<int>& column_indices,
Callers
2
Open
Method · 0.80
OpenAsync
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected