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