| 236 | } |
| 237 | |
| 238 | Iterator* NewIterator() const override { |
| 239 | return table_->NewIterator(ReadOptions()); |
| 240 | } |
| 241 | |
| 242 | uint64_t ApproximateOffsetOf(const Slice& key) const { |
| 243 | return table_->ApproximateOffsetOf(key); |
nothing calls this directly
no test coverage detected