Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dversion_set.cc1241 TableProperties* raw_table_properties; in GetTableProperties() local
1252 &raw_table_properties, false /* compression_type_missing */); in GetTableProperties()
1258 *tp = std::shared_ptr<const TableProperties>(raw_table_properties); in GetTableProperties()