Home
last modified time | relevance | path

Searched refs:data_block_hash_index_ (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock.h228 DataBlockHashIndex data_block_hash_index_; variable
387 data_block_hash_index_ = data_block_hash_index; in Initialize()
404 if (!data_block_hash_index_) { in SeekForGet()
469 DataBlockHashIndex* data_block_hash_index_; variable
Dblock.cc286 data_block_hash_index_->Lookup(data_, map_offset, target_user_key); in SeekForGetImpl()
899 data_block_hash_index_.Initialize( in Block()
948 data_block_hash_index_.Valid() ? &data_block_hash_index_ : nullptr); in NewDataIterator()