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

Function FileSystemFromUriOrPath

cpp/src/arrow/filesystem/filesystem.cc:975–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

973}
974
975Result<std::shared_ptr<FileSystem>> FileSystemFromUriOrPath(const std::string& uri_string,
976 std::string* out_path) {
977 return FileSystemFromUriOrPath(uri_string, io::default_io_context(), out_path);
978}
979
980Result<std::shared_ptr<FileSystem>> FileSystemFromUriOrPath(
981 const std::string& uri_string, const io::IOContext& io_context,

Callers 4

DoItFunction · 0.85
FSFromUriOrPathFunction · 0.85
TestInvalidUriOrPathFunction · 0.85

Calls 4

DetectAbsolutePathFunction · 0.85
ToSlashesFunction · 0.85
FileSystemFromUriFunction · 0.85
RemoveTrailingSlashFunction · 0.70

Tested by 2

FSFromUriOrPathFunction · 0.68
TestInvalidUriOrPathFunction · 0.68