| 351 | : RunEndEncodedArraySpan(array_span, array_span.offset, array_span.length) {} |
| 352 | |
| 353 | int64_t offset() const { return offset_; } |
| 354 | int64_t length() const { return length_; } |
| 355 | |
| 356 | int64_t PhysicalIndex(int64_t logical_pos) const { |
no outgoing calls