Searched refs:PartitionIndexReader (Results 1 – 4 of 4) sorted by relevance
14 class PartitionIndexReader : public BlockBasedTable::IndexReaderCommon {36 usage += malloc_usable_size(const_cast<PartitionIndexReader*>(this)); in ApproximateMemoryUsage()45 PartitionIndexReader(const BlockBasedTable* t, in PartitionIndexReader() function
15 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()
240 friend class PartitionIndexReader; variable
2855 return PartitionIndexReader::Create(this, prefetch_buffer, use_cache, in CreateIndexReader()