Home
last modified time | relevance | path

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

/rocksdb-6.9/table/
Dsst_file_writer_collectors.h18 static const std::string kVersion; member
50 properties->insert({ExternalSstFilePropertyNames::kVersion, version_val}); in Finish()
65 return {{ExternalSstFilePropertyNames::kVersion, ToString(version_)}}; in GetReadableProperties()
Dsst_file_writer.cc20 const std::string ExternalSstFilePropertyNames::kVersion = member in ROCKSDB_NAMESPACE::ExternalSstFilePropertyNames
Dtable_test.cc4102 user_props[ExternalSstFilePropertyNames::kVersion].c_str()); in TEST_P()
/rocksdb-6.9/db/
Dexternal_sst_file_ingestion_job.cc410 auto version_iter = uprops.find(ExternalSstFilePropertyNames::kVersion); in GetIngestedFileInfo()
/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc480 const auto version_pos = props.find(ExternalSstFilePropertyNames::kVersion); in GetGlobalSequenceNumber()