Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction.h278 Slice GetSmallestUserKey() const { return smallest_user_key_; } in GetSmallestUserKey() function
Dcompaction_picker.cc291 ucmp->Compare(largest_user_key, c->GetSmallestUserKey()) >= 0) { in RangeOverlapWithCompaction()