Searched refs:table_properties_ (Results 1 – 7 of 7) sorted by relevance
32 TableProperties* GetInitTableProperties() { return table_properties_.get(); } in GetInitTableProperties()82 std::unique_ptr<TableProperties> table_properties_; variable
284 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()
105 return table_properties_; in GetTableProperties()169 std::shared_ptr<const TableProperties> table_properties_;
113 table_properties_(nullptr) {} in PlainTableReader()188 new_reader->table_properties_ = props; in Open()206 assert(table_properties_); in NewIterator()
390 job_context_->job_id, Env::IO_HIGH, &table_properties_, 0 /* level */, in WriteLevel0Table()464 info->table_properties = table_properties_; in GetFlushJobInfo()
129 TableProperties table_properties_; variable
305 table_properties_.reset(props); in TestPlainTableReader()