[[arrow::export]]
| 203 | |
| 204 | // [[arrow::export]] |
| 205 | void io___BufferOutputStream__Write( |
| 206 | const std::shared_ptr<arrow::io::BufferOutputStream>& stream, cpp11::raws bytes) { |
| 207 | StopIfNotOk(stream->Write(RAW(bytes), bytes.size())); |
| 208 | } |
| 209 | |
| 210 | // ------ RConnectionInputStream / RConnectionOutputStream |
| 211 |
no test coverage detected