Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction.cc88 const Slice& start_user_key = f->smallest.user_key(); in GetBoundaryKeys() local
90 ucmp->Compare(start_user_key, *smallest_user_key) < 0) { in GetBoundaryKeys()
91 *smallest_user_key = start_user_key; in GetBoundaryKeys()
102 const Slice& start_user_key = inputs[i].files[0]->smallest.user_key(); in GetBoundaryKeys() local
104 ucmp->Compare(start_user_key, *smallest_user_key) < 0) { in GetBoundaryKeys()
105 *smallest_user_key = start_user_key; in GetBoundaryKeys()