\brief Decoded values, including nulls, if any FLBA and ByteArray types do not use this array and read into their own builders.
| 344 | /// FLBA and ByteArray types do not use this array and read into their own |
| 345 | /// builders. |
| 346 | uint8_t* values() const { return values_->mutable_data(); } |
| 347 | |
| 348 | /// \brief Number of values written, including space left for nulls if any. |
| 349 | /// If this Reader was constructed with read_dense_for_nullable(), there is no space for |