[[arrow::export]]
| 86 | |
| 87 | // [[arrow::export]] |
| 88 | std::shared_ptr<arrow::Buffer> io___RandomAccessFile__ReadAt( |
| 89 | const std::shared_ptr<arrow::io::RandomAccessFile>& x, int64_t position, |
| 90 | int64_t nbytes) { |
| 91 | return ValueOrStop(x->ReadAt(position, nbytes)); |
| 92 | } |
| 93 | |
| 94 | // [[arrow::export]] |
| 95 | cpp11::strings io___RandomAccessFile__ReadMetadata( |
no test coverage detected