MCPcopy 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
1151void FileMetaData::set_file_path(const std::string& path) { impl_->set_file_path(path); }
1152
1153void FileMetaData::AppendRowGroups(const FileMetaData& other) {
1154 impl_->AppendRowGroups(other.impl_.get());

Callers 4

_create_metadata_fileFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 4

_create_metadata_fileFunction · 0.36
TESTFunction · 0.36