[[arrow::export]]
| 52 | |
| 53 | // [[arrow::export]] |
| 54 | r_vec_size io___RandomAccessFile__GetSize( |
| 55 | const std::shared_ptr<arrow::io::RandomAccessFile>& x) { |
| 56 | return r_vec_size(ValueOrStop(x->GetSize())); |
| 57 | } |
| 58 | |
| 59 | // [[arrow::export]] |
| 60 | bool io___RandomAccessFile__supports_zero_copy( |
no test coverage detected