Home
last modified time | relevance | path

Searched refs:kCompressionDictionary (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_type.h20 kCompressionDictionary, enumerator
Duncompression_dict_reader.cc62 BlockType::kCompressionDictionary, get_context, lookup_context, in ReadUncompressionDictionary()
Dblock_based_table_reader.cc250 case BlockType::kCompressionDictionary: in UpdateCacheHitMetrics()
305 case BlockType::kCompressionDictionary: in UpdateCacheMissMetrics()
358 case BlockType::kCompressionDictionary: in UpdateCacheInsertionMetrics()
1208 block_type == BlockType::kCompressionDictionary || in PutDataBlockToCache()
1423 block_type != BlockType::kCompressionDictionary && in MaybeReadBlockAndLoadToCache()
1475 case BlockType::kCompressionDictionary: in MaybeReadBlockAndLoadToCache()
1806 block_type != BlockType::kCompressionDictionary && in RetrieveBlock()
2749 return BlockType::kCompressionDictionary; in GetBlockTypeForMetaBlockByName()
Dblock_based_table_reader.h570 block_type == BlockType::kCompressionDictionary) in get_global_seqno()
/rocksdb-6.9/table/
Dblock_fetcher.cc229 case BlockType::kCompressionDictionary: in ReadBlockContents()