\pre IsValid(i)
| 602 | } |
| 603 | /// \pre IsValid(i) |
| 604 | std::shared_ptr<Array> value_slice(int64_t i) const { |
| 605 | return values_->Slice(value_offset(i), value_length(i)); |
| 606 | } |
| 607 | |
| 608 | /// \brief Return an Array that is a concatenation of the lists in this array. |
| 609 | /// |
nothing calls this directly
no test coverage detected