Home
last modified time | relevance | path

Searched refs:table_filter (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/db/
Dtable_cache.cc205 if (options.table_filter && in NewIterator()
206 !options.table_filter(*table_reader->GetTableProperties())) { in NewIterator()
Ddb_iterator_test.cc2389 opts.table_filter = [&](const TableProperties& props) { in TEST_P()
2422 opts.table_filter = [](const TableProperties& props) { in TEST_P()
/rocksdb-6.9/include/rocksdb/
Doptions.h1327 std::function<bool(const TableProperties&)> table_filter; member
/rocksdb-6.9/
Dsrc.mk527 java/rocksjni/table_filter.cc \
/rocksdb-6.9/java/
DCMakeLists.txt61 rocksjni/table_filter.cc
/rocksdb-6.9/java/rocksjni/
Doptions.cc7040 opt->table_filter = jni_table_filter->GetTableFilterFunction(); in Java_org_rocksdb_ReadOptions_setTableFilter()