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

Method PathFromUri

cpp/src/arrow/filesystem/hdfs.cc:482–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480}
481
482Result<std::string> HadoopFileSystem::PathFromUri(const std::string& uri_string) const {
483 return internal::PathFromUriHelper(uri_string, {"hdfs", "viewfs"},
484 /*accept_local_paths=*/false,
485 internal::AuthorityHandlingBehavior::kIgnore);
486}
487
488Result<std::vector<FileInfo>> HadoopFileSystem::GetFileInfo(const FileSelector& select) {
489 return impl_->GetFileInfo(select);

Callers

nothing calls this directly

Calls 1

PathFromUriHelperFunction · 0.85

Tested by

no test coverage detected