| 556 | } |
| 557 | |
| 558 | Status GetRepLevels(const int16_t** data, int64_t* length) override { |
| 559 | return storage_reader_->GetRepLevels(data, length); |
| 560 | } |
| 561 | |
| 562 | Status LoadBatch(int64_t number_of_records) final { |
| 563 | return storage_reader_->LoadBatch(number_of_records); |
nothing calls this directly
no test coverage detected