Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dpartitioned_filter_block.cc198 table()->get_rep()->get_global_seqno(BlockType::kFilter), &iter, in GetFilterPartitionHandle()
242 BlockType::kFilter, get_context, lookup_context, in GetFilterPartitionBlock()
324 rep->get_global_seqno(BlockType::kFilter), &biter, kNullStats, in CacheDependencies()
354 UncompressionDict::GetEmptyDict(), &block, BlockType::kFilter, in CacheDependencies()
Dblock_type.h18 kFilter, enumerator
Dfilter_block_reader_common.cc32 BlockType::kFilter, get_context, lookup_context, in ReadFilterBlock()
Dblock_based_table_reader.cc240 case BlockType::kFilter: in UpdateCacheHitMetrics()
297 case BlockType::kFilter: in UpdateCacheMissMetrics()
348 case BlockType::kFilter: in UpdateCacheInsertionMetrics()
1207 (block_type == BlockType::kFilter || in PutDataBlockToCache()
1422 block_type != BlockType::kFilter && in MaybeReadBlockAndLoadToCache()
1472 case BlockType::kFilter: in MaybeReadBlockAndLoadToCache()
1805 block_type != BlockType::kFilter && in RetrieveBlock()
2741 return BlockType::kFilter; in GetBlockTypeForMetaBlockByName()
Dblock_based_table_reader.h569 return (block_type == BlockType::kFilter || in get_global_seqno()
/rocksdb-6.9/table/
Dblock_fetcher.cc225 case BlockType::kFilter: in ReadBlockContents()
/rocksdb-6.9/db/
Ddb_test_util.cc254 option_config_ = kFilter; in ChangeFilterOptions()
255 } else if (option_config_ == kFilter) { in ChangeFilterOptions()
422 case kFilter: in GetOptions()
Ddb_test_util.h664 kFilter = 10, enumerator
/rocksdb-6.9/table/plain/
Dplain_table_reader.cc319 BloomBlockBuilder::kBloomBlock, BlockType::kFilter, in PopulateIndex()
/rocksdb-6.9/include/rocksdb/
Dfile_system.h65 kFilter, enumerator