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

Method PathFromUri

cpp/src/arrow/filesystem/gcsfs.cc:851–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

849}
850
851Result<std::string> GcsFileSystem::PathFromUri(const std::string& uri_string) const {
852 return internal::PathFromUriHelper(uri_string, {"gs", "gcs"},
853 /*accept_local_paths=*/false,
854 internal::AuthorityHandlingBehavior::kPrepend);
855}
856
857Result<FileInfo> GcsFileSystem::GetFileInfo(const std::string& path) {
858 ARROW_ASSIGN_OR_RAISE(auto p, GcsPath::FromString(path));

Callers

nothing calls this directly

Calls 1

PathFromUriHelperFunction · 0.85

Tested by

no test coverage detected