A pointer to the repeated value raw bytes.
| 125 | |
| 126 | /// A pointer to the repeated value raw bytes. |
| 127 | constexpr const uint8_t* raw_data_ptr() const noexcept { return data_.data(); } |
| 128 | |
| 129 | /// The number of bytes used for the raw repeated value. |
| 130 | constexpr rle_size_t raw_data_size(rle_size_t value_bit_width) const noexcept { |