Home
last modified time | relevance | path

Searched refs:smallest_compaction_key (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/db/
Dtable_cache.cc181 const InternalKey* smallest_compaction_key, in NewIterator() argument
236 if (smallest_compaction_key != nullptr) { in NewIterator()
237 smallest = smallest_compaction_key; in NewIterator()
Dtable_cache.h75 bool skip_filters, int level, const InternalKey* smallest_compaction_key,
Dversion_set.cc970 const InternalKey* smallest_compaction_key = nullptr; in NewFileIterator() local
973 smallest_compaction_key = (*compaction_boundaries_)[file_index_].smallest; in NewFileIterator()
981 /*arena=*/nullptr, skip_filters_, level_, smallest_compaction_key, in NewFileIterator()