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

Function FileSystemFromUriAndOptions

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

Source from the content-addressed store, hash-verified

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

Callers 2

FileSystemFromUriFunction · 0.85
TEST_FFunction · 0.85

Calls 1

FileSystemFromUriRealFunction · 0.85

Tested by 1

TEST_FFunction · 0.68