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

Function FileSystemFromUriOrPath

cpp/src/arrow/filesystem/filesystem.cc:993–996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

991}
992
993Result<std::shared_ptr<FileSystem>> FileSystemFromUriOrPath(const std::string& uri_string,
994 std::string* out_path) {
995 return FileSystemFromUriOrPath(uri_string, io::default_io_context(), out_path);
996}
997
998Result<std::shared_ptr<FileSystem>> FileSystemFromUriOrPath(
999 const std::string& uri_string, const io::IOContext& io_context,

Callers 4

DoItFunction · 0.85
FSFromUriOrPathFunction · 0.85
localfs_test.ccFile · 0.85

Calls 4

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

Tested by 1

FSFromUriOrPathFunction · 0.68