Home
last modified time | relevance | path

Searched refs:kBinarySearchWithFirstKey (Results 1 – 10 of 10) sorted by relevance

/rocksdb-6.9/include/rocksdb/
Dtable.h121 kBinarySearchWithFirstKey = 0x03, enumerator
/rocksdb-6.9/table/block_based/
Dindex_builder.cc54 case BlockBasedTableOptions::kBinarySearchWithFirstKey: { in CreateIndexBuilder()
Dblock_based_table_reader.cc851 rep_->index_type == BlockBasedTableOptions::kBinarySearchWithFirstKey; in ReadPropertiesBlock()
2861 case BlockBasedTableOptions::kBinarySearchWithFirstKey: { in CreateIndexReader()
/rocksdb-6.9/test_util/
Dtestutil.cc209 IndexType::kTwoLevelIndexSearch, IndexType::kBinarySearchWithFirstKey}}; in RandomBlockBasedTableOptions()
/rocksdb-6.9/table/
Dtable_test.cc1742 BlockBasedTableOptions::kBinarySearchWithFirstKey; in TEST_P()
2161 table_options.index_type = BlockBasedTableOptions::kBinarySearchWithFirstKey; in TEST_P()
2199 use_first_key ? BlockBasedTableOptions::kBinarySearchWithFirstKey in TEST_P()
2392 table_options.index_type = BlockBasedTableOptions::kBinarySearchWithFirstKey; in TEST_P()
/rocksdb-6.9/db/
Ddb_iterator_test.cc1139 BlockBasedTableOptions::IndexType::kBinarySearchWithFirstKey; in TEST_P()
1230 BlockBasedTableOptions::IndexType::kBinarySearchWithFirstKey; in TEST_P()
/rocksdb-6.9/options/
Doptions_helper.cc1697 BlockBasedTableOptions::IndexType::kBinarySearchWithFirstKey}};
/rocksdb-6.9/java/rocksjni/
Dportal.h6256 kBinarySearchWithFirstKey: in toJavaIndexType()
6279 kBinarySearchWithFirstKey; in toCppIndexType()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc3777 BlockBasedTableOptions::kBinarySearchWithFirstKey; in InitializeOptionsFromFlags()
/rocksdb-6.9/
DHISTORY.md269 * Add index type BlockBasedTableOptions::IndexType::kBinarySearchWithFirstKey. It significantly red…