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

Function GetFileSystemFromUri

cpp/examples/arrow/dataset_parquet_scan_example.cc:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71} conf;
72
73arrow::Result<std::shared_ptr<fs::FileSystem>> GetFileSystemFromUri(
74 const std::string& uri, std::string* path) {
75 return fs::FileSystemFromUri(uri, path);
76}
77
78arrow::Result<std::shared_ptr<ds::Dataset>> GetDatasetFromDirectory(
79 std::shared_ptr<fs::FileSystem> fs, std::shared_ptr<ds::ParquetFileFormat> format,

Callers

nothing calls this directly

Calls 1

FileSystemFromUriFunction · 0.85

Tested by

no test coverage detected