Home
last modified time | relevance | path

Searched refs:IndexRecordList (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/table/plain/
Dplain_table_index.h172 class IndexRecordList {
174 explicit IndexRecordList(size_t num_records_per_group) in IndexRecordList() function
179 ~IndexRecordList() { in ~IndexRecordList()
227 IndexRecordList record_list_;
Dplain_table_index.cc56 void PlainTableIndexBuilder::IndexRecordList::AddRecord(uint32_t hash, in AddRecord()