| 163 | } // namespace |
| 164 | |
| 165 | Iterator* NewTwoLevelIterator(Iterator* index_iter, |
| 166 | BlockFunction block_function, void* arg, |
| 167 | const ReadOptions& options) { |
| 168 | return new TwoLevelIterator(index_iter, block_function, arg, options); |
| 169 | } |
| 170 | |
| 171 | } // namespace leveldb |
no outgoing calls
no test coverage detected