[[arrow::export]]
| 204 | |
| 205 | // [[arrow::export]] |
| 206 | void fs___FileSystem__CopyFile(const std::shared_ptr<fs::FileSystem>& file_system, |
| 207 | const std::string& src, const std::string& dest) { |
| 208 | StopIfNotOk(file_system->CopyFile(src, dest)); |
| 209 | } |
| 210 | |
| 211 | // [[arrow::export]] |
| 212 | std::shared_ptr<arrow::io::InputStream> fs___FileSystem__OpenInputStream( |
no test coverage detected