[[arrow::export]]
| 228 | |
| 229 | // [[arrow::export]] |
| 230 | std::shared_ptr<arrow::io::OutputStream> fs___FileSystem__OpenAppendStream( |
| 231 | const std::shared_ptr<fs::FileSystem>& file_system, const std::string& path) { |
| 232 | return ValueOrStop(file_system->OpenAppendStream(path)); |
| 233 | } |
| 234 | |
| 235 | // [[arrow::export]] |
| 236 | std::string fs___FileSystem__type_name( |
no test coverage detected