Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dpartitioned_index_reader.h14 class PartitionIndexReader : public BlockBasedTable::IndexReaderCommon {
36 usage += malloc_usable_size(const_cast<PartitionIndexReader*>(this)); in ApproximateMemoryUsage()
45 PartitionIndexReader(const BlockBasedTable* t, in PartitionIndexReader() function
Dpartitioned_index_reader.cc15 Status PartitionIndexReader::Create( in Create()
39 index_reader->reset(new PartitionIndexReader(table, std::move(index_block))); in Create()
44 InternalIteratorBase<IndexValue>* PartitionIndexReader::NewIterator( in NewIterator()
105 void PartitionIndexReader::CacheDependencies(bool pin) { in CacheDependencies()
Dblock_based_table_reader.h240 friend class PartitionIndexReader; variable
Dblock_based_table_reader.cc2855 return PartitionIndexReader::Create(this, prefetch_buffer, use_cache, in CreateIndexReader()