Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dindex_reader_common.cc12 Status BlockBasedTable::IndexReaderCommon::ReadIndexBlock( in ReadIndexBlock() function in ROCKSDB_NAMESPACE::BlockBasedTable::IndexReaderCommon
50 return ReadIndexBlock(table_, /*prefetch_buffer=*/nullptr, read_options, in GetOrReadIndexBlock()
Dindex_reader_common.h29 static Status ReadIndexBlock(const BlockBasedTable* table,
Dbinary_search_index_reader.cc25 ReadIndexBlock(table, prefetch_buffer, ReadOptions(), use_cache, in Create()
Dhash_index_reader.cc31 ReadIndexBlock(table, prefetch_buffer, ReadOptions(), use_cache, in Create()
Dpartitioned_index_reader.cc28 ReadIndexBlock(table, prefetch_buffer, ReadOptions(), use_cache, in Create()