| 598 | } |
| 599 | |
| 600 | Status GetRepLevels(const int16_t** data, int64_t* length) override { |
| 601 | return item_reader_->GetRepLevels(data, length); |
| 602 | } |
| 603 | |
| 604 | bool IsOrHasRepeatedChild() const final { return true; } |
| 605 |
nothing calls this directly
no test coverage detected