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:374–376 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
372
}
373
374
void set_metadata(std::shared_ptr<FileMetaData> metadata) {
375
file_metadata_ = std::move(metadata);
376
}
377
378
void PreBuffer(const std::vector<int>& row_groups,
379
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