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

Function FileSystemFromUri

cpp/src/arrow/filesystem/filesystem.cc:963–966  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

961} // namespace
962
963Result<std::shared_ptr<FileSystem>> FileSystemFromUri(const std::string& uri_string,
964 std::string* out_path) {
965 return FileSystemFromUri(uri_string, io::default_io_context(), out_path);
966}
967
968Result<std::shared_ptr<FileSystem>> FileSystemFromUri(const std::string& uri_string,
969 const io::IOContext& io_context,

Callers 13

MakeMethod · 0.85
FileSystemFromUriOrPathFunction · 0.85
TestFileSystemFromUriMethod · 0.85
TEST_FFunction · 0.85
FSFromUriFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.85
TestInvalidUriFunction · 0.85
examplefs.ccFile · 0.85
GetFileSystemFromUriFunction · 0.85
ScanFilterWriteExampleFunction · 0.85

Calls 1

FileSystemFromUriRealFunction · 0.85

Tested by 5

TestFileSystemFromUriMethod · 0.68
TEST_FFunction · 0.68
FSFromUriFunction · 0.68
ASSERT_OK_AND_ASSIGNFunction · 0.68
TestInvalidUriFunction · 0.68