\return capacity of values buffer
| 355 | int64_t value_data_length() const { return value_data_builder_.length(); } |
| 356 | /// \return capacity of values buffer |
| 357 | int64_t value_data_capacity() const { return value_data_builder_.capacity(); } |
| 358 | |
| 359 | /// \return data pointer of the value date builder |
| 360 | const offset_type* offsets_data() const { return offsets_builder_.data(); } |