[[arrow::export]]
| 210 | |
| 211 | // [[arrow::export]] |
| 212 | std::shared_ptr<arrow::io::InputStream> fs___FileSystem__OpenInputStream( |
| 213 | const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path) { |
| 214 | return ValueOrStop(file_system->OpenInputStream(path)); |
| 215 | } |
| 216 | |
| 217 | // [[arrow::export]] |
| 218 | std::shared_ptr<arrow::io::RandomAccessFile> fs___FileSystem__OpenInputFile( |
no test coverage detected