[[arrow::export]]
| 162 | |
| 163 | // [[arrow::export]] |
| 164 | r_vec_size io___OutputStream__Tell( |
| 165 | const std::shared_ptr<arrow::io::OutputStream>& stream) { |
| 166 | return r_vec_size(ValueOrStop(stream->Tell())); |
| 167 | } |
| 168 | |
| 169 | // ------ arrow::io::FileOutputStream |
| 170 |
no test coverage detected