[[arrow::export]]
| 178 | |
| 179 | // [[arrow::export]] |
| 180 | std::shared_ptr<arrow::io::BufferOutputStream> io___BufferOutputStream__Create( |
| 181 | int64_t initial_capacity) { |
| 182 | return ValueOrStop( |
| 183 | arrow::io::BufferOutputStream::Create(initial_capacity, gc_memory_pool())); |
| 184 | } |
| 185 | |
| 186 | // [[arrow::export]] |
| 187 | r_vec_size io___BufferOutputStream__capacity( |
no test coverage detected