| 319 | return Status::OK(); |
| 320 | } |
| 321 | Iterator* NewIterator() const override { |
| 322 | return new KeyConvertingIterator(memtable_->NewIterator()); |
| 323 | } |
| 324 | |
| 325 | private: |
| 326 | const InternalKeyComparator internal_comparator_; |
nothing calls this directly
no test coverage detected