[[arrow::export]]
| 138 | |
| 139 | // [[arrow::export]] |
| 140 | std::shared_ptr<arrow::io::ReadableFile> io___ReadableFile__Open( |
| 141 | const std::string& path) { |
| 142 | return ValueOrStop(arrow::io::ReadableFile::Open(path, gc_memory_pool())); |
| 143 | } |
| 144 | |
| 145 | // ------ arrow::io::BufferReader |
| 146 |
no test coverage detected