Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ set_file_path
Method
set_file_path
cpp/src/parquet/metadata.cc:1151–1151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1149
}
1150
1151
void FileMetaData::set_file_path(const std::string& path) { impl_->set_file_path(path); }
1152
1153
void FileMetaData::AppendRowGroups(const FileMetaData& other) {
1154
impl_->AppendRowGroups(other.impl_.get());
Callers
4
test_parquet_dataset_factory_order
Function · 0.45
_create_metadata_file
Function · 0.45
test_multi_dataset_metadata
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
4
test_parquet_dataset_factory_order
Function · 0.36
_create_metadata_file
Function · 0.36
test_multi_dataset_metadata
Function · 0.36
TEST
Function · 0.36