[[arrow::export]]
| 197 | |
| 198 | // [[arrow::export]] |
| 199 | r_vec_size io___BufferOutputStream__Tell( |
| 200 | const std::shared_ptr<arrow::io::BufferOutputStream>& stream) { |
| 201 | return r_vec_size(ValueOrStop(stream->Tell())); |
| 202 | } |
| 203 | |
| 204 | // [[arrow::export]] |
| 205 | void io___BufferOutputStream__Write( |
no test coverage detected