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