Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction.cc179 return !vstorage->RangeMightExistAfterSortedRun(smallest_key, largest_key, in IsBottommostLevel()
/rocksdb-6.9/db/
Dversion_set.h440 bool RangeMightExistAfterSortedRun(const Slice& smallest_user_key,
Dversion_set.cc2818 if (!RangeMightExistAfterSortedRun(smallest_user_key, largest_user_key, in GenerateBottommostFiles()
3373 bool VersionStorageInfo::RangeMightExistAfterSortedRun( in RangeMightExistAfterSortedRun() function in ROCKSDB_NAMESPACE::VersionStorageInfo