Home
last modified time | relevance | path

Searched refs:filter_handle (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/table/block_based/
Dpartitioned_filter_block.cc264 auto filter_handle = GetFilterPartitionHandle(filter_block, *const_ikey_ptr); in MayMatch() local
265 if (UNLIKELY(filter_handle.size() == 0)) { // key is out of range in MayMatch()
270 s = GetFilterPartitionBlock(nullptr /* prefetch_buffer */, filter_handle, in MayMatch()
Dfilter_block_reader_common.cc30 table->RetrieveBlock(prefetch_buffer, read_options, rep->filter_handle, in ReadFilterBlock()
Dblock_based_table_reader.h522 BlockHandle filter_handle; member
Dblock_based_table_reader.cc925 if (FindMetaBlock(meta_iter, filter_block_key, &rep_->filter_handle) in PrefetchIndexAndFilterBlocks()
2977 return TEST_BlockInCache(rep_->filter_handle); in TEST_FilterBlockInCache()