[[arrow::export]]
| 30 | |
| 31 | // [[arrow::export]] |
| 32 | std::shared_ptr<arrow::Buffer> io___Readable__Read( |
| 33 | const std::shared_ptr<arrow::io::Readable>& x, int64_t nbytes) { |
| 34 | return ValueOrStop(x->Read(nbytes)); |
| 35 | } |
| 36 | |
| 37 | // ------ arrow::io::InputStream |
| 38 |
no test coverage detected