Home
last modified time | relevance | path

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

/rocksdb-6.9/db/blob/
Ddb_blob_index_test.cc225 /*01*/ {kTypeBlobIndex}, in TEST_F()
227 /*03*/ {kTypeBlobIndex, kTypeValue}, in TEST_F()
229 /*05*/ {kTypeValue, kTypeBlobIndex}, in TEST_F()
231 /*07*/ {kTypeDeletion, kTypeBlobIndex}, in TEST_F()
233 /*09*/ {kTypeSingleDeletion, kTypeBlobIndex}, in TEST_F()
235 /*11*/ {kTypeMerge, kTypeMerge, kTypeMerge, kTypeBlobIndex}, in TEST_F()
238 {kTypeMerge, kTypeMerge, kTypeMerge, kTypeDeletion, kTypeBlobIndex}, in TEST_F()
240 /*15*/ {kTypeBlobIndex}, in TEST_F()
350 case kTypeBlobIndex: in TEST_F()
/rocksdb-6.9/db/compaction/
Dcompaction_iterator_test.cc756 RunTest({test::KeyStr("foo", 3, kTypeBlobIndex), in TEST_F()
757 test::KeyStr("foo", 2, kTypeBlobIndex), in TEST_F()
758 test::KeyStr("foo", 1, kTypeBlobIndex)}, in TEST_F()
760 {test::KeyStr("foo", 3, kTypeBlobIndex), in TEST_F()
761 test::KeyStr("foo", 2, kTypeBlobIndex)}, in TEST_F()
819 RunTest({test::KeyStr("foo", 4, kTypeBlobIndex), in TEST_F()
820 test::KeyStr("foo", 3, kTypeBlobIndex), in TEST_F()
821 test::KeyStr("foo", 2, kTypeBlobIndex), in TEST_F()
822 test::KeyStr("foo", 1, kTypeBlobIndex)}, in TEST_F()
824 {test::KeyStr("foo", 4, kTypeBlobIndex), in TEST_F()
[all …]
Dcompaction_job_test.cc164 if (parsed && key.type == kTypeBlobIndex) { in AddMockFile()
1026 const stl_wrappers::KVMap::value_type blob2(KeyStr("b", 2U, kTypeBlobIndex), in TEST_F()
1028 const stl_wrappers::KVMap::value_type blob3(KeyStr("c", 3U, kTypeBlobIndex), in TEST_F()
1033 const stl_wrappers::KVMap::value_type blob4(KeyStr("d", 4U, kTypeBlobIndex), in TEST_F()
1038 KeyStr("f", 6U, kTypeBlobIndex), in TEST_F()
1044 KeyStr("a", 0U, kTypeBlobIndex), blob1.second); in TEST_F()
1046 KeyStr("b", 0U, kTypeBlobIndex), blob2.second); in TEST_F()
1048 KeyStr("c", 0U, kTypeBlobIndex), blob3.second); in TEST_F()
1050 KeyStr("d", 0U, kTypeBlobIndex), blob4.second); in TEST_F()
1052 KeyStr("e", 0U, kTypeBlobIndex), blob5.second); in TEST_F()
[all …]
Dcompaction_iterator.cc188 (ikey_.type == kTypeValue || ikey_.type == kTypeBlobIndex)) { in InvokeFilterIfNeeded()
436 next_ikey.type != kTypeBlobIndex) { in NextFromInput()
643 if (compaction_filter_ && ikey_.type == kTypeBlobIndex) { in PrepareOutput()
/rocksdb-6.9/db/
Ddb_iter.cc291 case kTypeBlobIndex: in FindNextUserEntryInternal()
295 assert(ikey_.type != kTypeBlobIndex); in FindNextUserEntryInternal()
321 } else if (ikey_.type == kTypeBlobIndex) { in FindNextUserEntryInternal()
510 } else if (kTypeBlobIndex == ikey.type) { in MergeValuesNewToOld()
760 case kTypeBlobIndex: in FindValueForCurrentKey()
824 } else if (last_not_merge_type == kTypeBlobIndex) { in FindValueForCurrentKey()
847 case kTypeBlobIndex: in FindValueForCurrentKey()
926 if (ikey.type == kTypeBlobIndex && !allow_blob_) { in FindValueForCurrentKeyUsingSeek()
934 if (ikey.type == kTypeValue || ikey.type == kTypeBlobIndex) { in FindValueForCurrentKeyUsingSeek()
937 is_blob_ = (ikey.type == kTypeBlobIndex); in FindValueForCurrentKeyUsingSeek()
[all …]
Ddbformat.cc26 const ValueType kValueTypeForSeek = kTypeBlobIndex;
47 case kTypeBlobIndex: in GetEntryType()
Dversion_edit_test.cc70 edit.AddFile(5, 303, 0, 100, InternalKey("foo", kBig + 503, kTypeBlobIndex), in TEST_F()
71 InternalKey("zoo", kBig + 603, kTypeBlobIndex), kBig + 503, in TEST_F()
Ddbformat.h62 kTypeBlobIndex = 0x11, // Blob DB only enumerator
82 return t <= kTypeMerge || t == kTypeSingleDeletion || t == kTypeBlobIndex; in IsValueType()
Dmemtable.cc664 if ((type == kTypeValue || type == kTypeMerge || type == kTypeBlobIndex) && in SaveValue()
669 case kTypeBlobIndex: in SaveValue()
717 *(s->is_blob_index) = (type == kTypeBlobIndex); in SaveValue()
Dflush_job_test.cc203 new_mem->Add(seq, kTypeBlobIndex, key, blob_index); in TEST_F()
205 InternalKey internal_key(key, seq, kTypeBlobIndex); in TEST_F()
Dwrite_batch.cc473 case kTypeBlobIndex: in ReadRecordFromWriteBatch()
626 case kTypeBlobIndex: in Iterate()
1112 b->rep_.push_back(static_cast<char>(kTypeBlobIndex)); in PutBlobIndex()
1770 return PutCFImpl(column_family_id, key, value, kTypeBlobIndex); in PutBlobIndexCF()
Dversion_edit.cc103 if (value_type == kTypeBlobIndex) { in UpdateBoundaries()
/rocksdb-6.9/table/
Dget_context.cc217 if ((type == kTypeValue || type == kTypeMerge || type == kTypeBlobIndex) && in SaveValue()
224 case kTypeBlobIndex: in SaveValue()
226 if (type == kTypeBlobIndex && is_blob_index_ == nullptr) { in SaveValue()
281 *is_blob_index_ = (type == kTypeBlobIndex); in SaveValue()
/rocksdb-6.9/utilities/blob_db/
Dblob_db_test.cc238 ASSERT_EQ(kTypeBlobIndex, versions[i].type); in VerifyBaseDB()
263 if (versions[i].type != kTypeBlobIndex) { in VerifyBaseDBBlobIndex()
1094 (is_small_value && !has_ttl) ? kTypeValue : kTypeBlobIndex); in TEST_F()
1399 blob_value_versions[key] = KeyVersion(key, value, sequence, kTypeBlobIndex); in TEST_F()
1402 sequence, kTypeBlobIndex); in TEST_F()
1417 blob_value_versions[key] = KeyVersion(key, value, sequence, kTypeBlobIndex); in TEST_F()
1420 sequence, kTypeBlobIndex); in TEST_F()
1434 blob_value_versions[key] = KeyVersion(key, value, sequence, kTypeBlobIndex); in TEST_F()
1436 key, kInvalidBlobFileNumber, kExpiration, sequence, kTypeBlobIndex); in TEST_F()
/rocksdb-6.9/table/block_based/
Dblock.cc368 value_type != ValueType::kTypeBlobIndex) { in SeekForGetImpl()
/rocksdb-6.9/docs/_posts/
D2018-08-23-data-block-hash-index.markdown98 kTypeBlobIndex, <=== supported
/rocksdb-6.9/tools/
Dsst_dump_tool.cc388 if (!decode_blob_index_ || ikey.type != kTypeBlobIndex) { in ReadSequential()