\brief Return the logical position immediately after the run. Pre-condition: *this != RunEndEncodedArraySpan::end()
| 267 | /// |
| 268 | /// Pre-condition: *this != RunEndEncodedArraySpan::end() |
| 269 | int64_t run_end() const { return span.run_end(physical_pos_); } |
| 270 | |
| 271 | /// \brief Returns the logical length of the run. |
| 272 | /// |