Searched refs:index_key_includes_seq (Results 1 – 10 of 10) sorted by relevance
| /rocksdb-6.9/table/block_based/ |
| D | partitioned_index_reader.cc | 75 index_has_first_key(), index_key_includes_seq(), in NewIterator() 86 index_has_first_key(), index_key_includes_seq(), in NewIterator() 129 index_has_first_key(), index_key_includes_seq(), index_value_is_full()); in CacheDependencies()
|
| D | partitioned_filter_block.cc | 200 index_key_includes_seq(), index_value_is_full()); in GetFilterPartitionHandle() 326 index_key_includes_seq(), index_value_is_full()); in CacheDependencies() 376 bool PartitionedFilterBlockReader::index_key_includes_seq() const { in index_key_includes_seq() function in ROCKSDB_NAMESPACE::PartitionedFilterBlockReader 380 return table()->get_rep()->index_key_includes_seq; in index_key_includes_seq()
|
| D | index_reader_common.h | 51 bool index_key_includes_seq() const { in index_key_includes_seq() function 54 return table_->get_rep()->index_key_includes_seq; in index_key_includes_seq()
|
| D | binary_search_index_reader.cc | 66 index_has_first_key(), index_key_includes_seq(), index_value_is_full()); in NewIterator()
|
| D | partitioned_index_iterator.cc | 43 assert(!Valid() || (table_->get_rep()->index_key_includes_seq in SeekImpl()
|
| D | partitioned_filter_block.h | 114 bool index_key_includes_seq() const;
|
| D | hash_index_reader.cc | 137 total_order_seek, index_has_first_key(), index_key_includes_seq(), in NewIterator()
|
| D | block_based_table_reader.cc | 835 rep_->index_key_includes_seq = in ReadPropertiesBlock() 1359 rep->index_key_includes_seq, rep->index_value_is_full, in InitBlockIterator() 1888 rep->index_has_first_key, rep->index_key_includes_seq, in NewSecondaryIterator() 1978 } else if ((rep_->index_key_includes_seq ? ExtractUserKey(iiter->key()) in PrefixMayMatch() 2635 const bool is_user_key = !rep_->index_key_includes_seq; in Prefetch() 3190 if (!rep_->index_key_includes_seq) { in DumpIndexBlock()
|
| D | partitioned_filter_block_test.cc | 30 rep->index_key_includes_seq = pib->seperator_is_key_plus_seq(); in MockedBlockBasedTable()
|
| D | block_based_table_reader.h | 563 bool index_key_includes_seq = true; member
|