|
leveldb
|
#include "leveldb/iterator.h"

Go to the source code of this file.
Namespaces | |
| leveldb | |
Functions | |
| Iterator * | leveldb::NewTwoLevelIterator (Iterator *index_iter, Iterator *(*block_function)(void *arg, const ReadOptions &options, const Slice &index_value), void *arg, const ReadOptions &options) |
1.8.12