[[arrow::export]]
| 191 | |
| 192 | // [[arrow::export]] |
| 193 | std::shared_ptr<arrow::Buffer> io___BufferOutputStream__Finish( |
| 194 | const std::shared_ptr<arrow::io::BufferOutputStream>& stream) { |
| 195 | return ValueOrStop(stream->Finish()); |
| 196 | } |
| 197 | |
| 198 | // [[arrow::export]] |
| 199 | r_vec_size io___BufferOutputStream__Tell( |
no test coverage detected