| 158 | } |
| 159 | |
| 160 | int64_t RunEndEncodedArray::FindPhysicalOffset() const { |
| 161 | const ArraySpan span(*this->data_); |
| 162 | return ree_util::FindPhysicalIndex(span, 0, span.offset); |
| 163 | } |
| 164 | |
| 165 | int64_t RunEndEncodedArray::FindPhysicalLength() const { |
| 166 | const ArraySpan span(*this->data_); |