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