Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dindex_builder.cc221 size_t PartitionedIndexBuilder::NumPartitions() const { return partition_cnt_; } in NumPartitions() function in ROCKSDB_NAMESPACE::PartitionedIndexBuilder
Dindex_builder.h388 size_t NumPartitions() const;
Dblock_based_table_builder.cc963 rep_->props.index_partitions = rep_->p_index_builder_->NumPartitions(); in WritePropertiesBlock()