Home
last modified time | relevance | path

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

/rocksdb-6.9/db/compaction/
Dcompaction_picker.cc811 if (c->Compare(a.smallestkey, b.smallestkey) >= 0) { in HaveOverlappingKeyRanges()
812 if (c->Compare(a.smallestkey, b.largestkey) <= 0) { in HaveOverlappingKeyRanges()
816 } else if (c->Compare(a.largestkey, b.smallestkey) >= 0) { in HaveOverlappingKeyRanges()
821 if (c->Compare(a.largestkey, b.smallestkey) >= 0) { in HaveOverlappingKeyRanges()
842 std::string smallestkey; in SanitizeCompactionInputFilesForAllLevels() local
869 smallestkey = current_files[f].smallestkey; in SanitizeCompactionInputFilesForAllLevels()
916 if (comparator->Compare(smallestkey, current_files[f].smallestkey) > in SanitizeCompactionInputFilesForAllLevels()
918 smallestkey = current_files[f].smallestkey; in SanitizeCompactionInputFilesForAllLevels()
925 if (comparator->Compare(smallestkey, in SanitizeCompactionInputFilesForAllLevels()
927 smallestkey = current_files[first_included].smallestkey; in SanitizeCompactionInputFilesForAllLevels()
[all …]
/rocksdb-6.9/include/rocksdb/
Dmetadata.h82 smallestkey(_smallestkey), in SstFileMetaData()
105 std::string smallestkey; // Smallest user defined key in the file. member
/rocksdb-6.9/db/
Ddeletefile_test.cc76 int startkey = atoi(metadata[i].smallestkey.c_str()); in numKeysInLevels()
85 metadata[i].smallestkey.c_str(), in numKeysInLevels()
161 int startkey = atoi(metadata[level1index].smallestkey.c_str()); in TEST_F()
165 startkey = atoi(metadata[level2index].smallestkey.c_str()); in TEST_F()
Ddb_range_del_test.cc1548 return options.comparator->Compare(a.smallestkey, b.smallestkey) < in TEST_F()
1551 ASSERT_EQ("a", l1_metadata[0].smallestkey); in TEST_F()
1553 ASSERT_EQ("c" + Key(1), l1_metadata[1].smallestkey); in TEST_F()
Ddb_table_properties_test.cc114 if (r.limit.compare(md.smallestkey) >= 0 && in TestGetPropertiesOfTablesInRange()
Ddb_compaction_test.cc160 if (c->Compare(a.smallestkey, b.smallestkey) >= 0) { in HaveOverlappingKeyRanges()
161 if (c->Compare(a.smallestkey, b.largestkey) <= 0) { in HaveOverlappingKeyRanges()
165 } else if (c->Compare(a.largestkey, b.smallestkey) >= 0) { in HaveOverlappingKeyRanges()
170 if (c->Compare(a.largestkey, b.smallestkey) >= 0) { in HaveOverlappingKeyRanges()
174 } else if (c->Compare(a.smallestkey, b.largestkey) <= 0) { in HaveOverlappingKeyRanges()
Dc.cc3690 *size = lf->rep[index].smallestkey.size(); in rocksdb_livefiles_smallestkey()
3691 return lf->rep[index].smallestkey.data(); in rocksdb_livefiles_smallestkey()
Ddb_test.cc1055 ASSERT_EQ(file_meta_from_cf.smallestkey, in CheckColumnFamilyMeta()
1108 ASSERT_EQ(meta.smallestkey, expected_meta.smallest.user_key().ToString()); in CheckLiveFilesMeta()
Dversion_set.cc5672 filemetadata.smallestkey = file->smallest.user_key().ToString(); in GetLiveFilesMetaData()
/rocksdb-6.9/utilities/checkpoint/
Dcheckpoint_impl.cc433 live_file_metadata.smallestkey = std::move(file_metadata.smallestkey); in ExportColumnFamily()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc4748 fileMeta.smallestkey, sorted_run_smallest_key) < 0) { in DoDeterministicCompact()
4749 sorted_run_smallest_key = fileMeta.smallestkey; in DoDeterministicCompact()
4769 meta.levels[level].files.front().smallestkey); in DoDeterministicCompact()
4781 assert(sorted_run_smallest_key == level0_file.smallestkey); in DoDeterministicCompact()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_test_base.cc771 boundaries.push_back(sfmd.smallestkey); in GetWhiteBoxKeys()
/rocksdb-6.9/java/rocksjni/
Dportal.h6976 env, live_file_meta_data->smallestkey); in fromCppLiveFileMetaData()
7078 env, sst_file_meta_data->smallestkey); in fromCppSstFileMetaData()