[[arrow::export]]
| 154 | |
| 155 | // [[arrow::export]] |
| 156 | void io___Writable__write(const std::shared_ptr<arrow::io::Writable>& stream, |
| 157 | const std::shared_ptr<arrow::Buffer>& buf) { |
| 158 | StopIfNotOk(stream->Write(buf->data(), buf->size())); |
| 159 | } |
| 160 | |
| 161 | // ------- arrow::io::OutputStream |
| 162 |
no test coverage detected