Home
last modified time | relevance | path

Searched refs:table_properties_ (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/tools/
Dsst_dump_tool_imp.h32 TableProperties* GetInitTableProperties() { return table_properties_.get(); } in GetInitTableProperties()
82 std::unique_ptr<TableProperties> table_properties_; variable
Dsst_dump_tool.cc284 table_properties_.reset(table_properties); in ReadTableProperties()
293 assert(table_properties_); in SetTableOptionsByMagicNumber()
298 auto& props = table_properties_->user_collected_properties; in SetTableOptionsByMagicNumber()
335 assert(table_properties_ == nullptr); in SetOldTableOptions()
/rocksdb-6.9/table/plain/
Dplain_table_reader.h105 return table_properties_; in GetTableProperties()
169 std::shared_ptr<const TableProperties> table_properties_;
Dplain_table_reader.cc113 table_properties_(nullptr) {} in PlainTableReader()
188 new_reader->table_properties_ = props; in Open()
206 assert(table_properties_); in NewIterator()
/rocksdb-6.9/db/
Dflush_job.cc390 job_context_->job_id, Env::IO_HIGH, &table_properties_, 0 /* level */, in WriteLevel0Table()
464 info->table_properties = table_properties_; in GetFlushJobInfo()
Dflush_job.h129 TableProperties table_properties_; variable
Dplain_table_db_test.cc305 table_properties_.reset(props); in TestPlainTableReader()