MCPcopy Create free account
hub / github.com/baidu/tera / NewTwoLevelIterator

Function NewTwoLevelIterator

src/leveldb/table/two_level_iterator.cc:170–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168} // namespace
169
170Iterator* NewTwoLevelIterator(Iterator* index_iter, const BlockFunction& block_function, void* arg,
171 const ReadOptions& options) {
172 return new TwoLevelIterator(index_iter, block_function, arg, options);
173}
174
175} // namespace leveldb

Callers 3

NewIteratorMethod · 0.85
MakeInputIteratorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected