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

Function FileSystemFromUri

cpp/src/arrow/filesystem/filesystem.cc:967–971  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

965} // namespace
966
967Result<std::shared_ptr<FileSystem>> FileSystemFromUri(const std::string& uri_string,
968 std::string* out_path) {
969 return FileSystemFromUriAndOptions(uri_string, /*options=*/{}, io::default_io_context(),
970 out_path);
971}
972
973Result<std::shared_ptr<FileSystem>> FileSystemFromUriAndOptions(
974 const std::string& uri_string, const FileSystemFactoryOptions& options,

Callers 11

MakeMethod · 0.85
FileSystemFromUriOrPathFunction · 0.85
TestFileSystemFromUriMethod · 0.85
TEST_FFunction · 0.85
FSFromUriFunction · 0.85
localfs_test.ccFile · 0.85
GetFileSystemFromUriFunction · 0.85
ScanFilterWriteExampleFunction · 0.85
fs___FileSystemFromUriFunction · 0.85

Calls 1

Tested by 3

TestFileSystemFromUriMethod · 0.68
TEST_FFunction · 0.68
FSFromUriFunction · 0.68