\brief Get binary value as a std::string \param i the value index \return the value copied into a std::string
| 88 | /// \param i the value index |
| 89 | /// \return the value copied into a std::string |
| 90 | std::string GetString(int64_t i) const { return std::string(GetView(i)); } |
| 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]; } |