Searched refs:smallest_compaction_key (Results 1 – 3 of 3) sorted by relevance
181 const InternalKey* smallest_compaction_key, in NewIterator() argument236 if (smallest_compaction_key != nullptr) { in NewIterator()237 smallest = smallest_compaction_key; in NewIterator()
75 bool skip_filters, int level, const InternalKey* smallest_compaction_key,
970 const InternalKey* smallest_compaction_key = nullptr; in NewFileIterator() local973 smallest_compaction_key = (*compaction_boundaries_)[file_index_].smallest; in NewFileIterator()981 /*arena=*/nullptr, skip_filters_, level_, smallest_compaction_key, in NewFileIterator()