Note that this buffer does not account for any slice offset
| 91 | |
| 92 | /// Note that this buffer does not account for any slice offset |
| 93 | std::shared_ptr<Buffer> value_offsets() const { return data_->buffers[1]; } |
| 94 | |
| 95 | /// Note that this buffer does not account for any slice offset |
| 96 | std::shared_ptr<Buffer> value_data() const { return data_->buffers[2]; } |
no outgoing calls