Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dindex_builder.cc87 table_opt_(table_opt), in PartitionedIndexBuilder()
104 comparator_, table_opt_.index_block_restart_interval, in MakeNewSubIndexBuilder()
105 table_opt_.format_version, use_value_delta_encoding_, in MakeNewSubIndexBuilder()
106 table_opt_.index_shortening, /* include_first_key */ false); in MakeNewSubIndexBuilder()
108 table_opt_.metadata_block_size, table_opt_.block_size_deviation, in MakeNewSubIndexBuilder()
Dindex_builder.h433 const BlockBasedTableOptions& table_opt_; variable