[[arrow::export]]
| 185 | |
| 186 | // [[arrow::export]] |
| 187 | r_vec_size io___BufferOutputStream__capacity( |
| 188 | const std::shared_ptr<arrow::io::BufferOutputStream>& stream) { |
| 189 | return r_vec_size(stream->capacity()); |
| 190 | } |
| 191 | |
| 192 | // [[arrow::export]] |
| 193 | std::shared_ptr<arrow::Buffer> io___BufferOutputStream__Finish( |
no test coverage detected