Searched refs:smallestkey (Results 1 – 13 of 13) sorted by relevance
| /rocksdb-6.9/db/compaction/ |
| D | compaction_picker.cc | 811 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/ |
| D | metadata.h | 82 smallestkey(_smallestkey), in SstFileMetaData() 105 std::string smallestkey; // Smallest user defined key in the file. member
|
| /rocksdb-6.9/db/ |
| D | deletefile_test.cc | 76 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()
|
| D | db_range_del_test.cc | 1548 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()
|
| D | db_table_properties_test.cc | 114 if (r.limit.compare(md.smallestkey) >= 0 && in TestGetPropertiesOfTablesInRange()
|
| D | db_compaction_test.cc | 160 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()
|
| D | c.cc | 3690 *size = lf->rep[index].smallestkey.size(); in rocksdb_livefiles_smallestkey() 3691 return lf->rep[index].smallestkey.data(); in rocksdb_livefiles_smallestkey()
|
| D | db_test.cc | 1055 ASSERT_EQ(file_meta_from_cf.smallestkey, in CheckColumnFamilyMeta() 1108 ASSERT_EQ(meta.smallestkey, expected_meta.smallest.user_key().ToString()); in CheckLiveFilesMeta()
|
| D | version_set.cc | 5672 filemetadata.smallestkey = file->smallest.user_key().ToString(); in GetLiveFilesMetaData()
|
| /rocksdb-6.9/utilities/checkpoint/ |
| D | checkpoint_impl.cc | 433 live_file_metadata.smallestkey = std::move(file_metadata.smallestkey); in ExportColumnFamily()
|
| /rocksdb-6.9/tools/ |
| D | db_bench_tool.cc | 4748 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/ |
| D | db_stress_test_base.cc | 771 boundaries.push_back(sfmd.smallestkey); in GetWhiteBoxKeys()
|
| /rocksdb-6.9/java/rocksjni/ |
| D | portal.h | 6976 env, live_file_meta_data->smallestkey); in fromCppLiveFileMetaData() 7078 env, sst_file_meta_data->smallestkey); in fromCppSstFileMetaData()
|