Searched refs:NumPartitions (Results 1 – 3 of 3) sorted by relevance
221 size_t PartitionedIndexBuilder::NumPartitions() const { return partition_cnt_; } in NumPartitions() function in ROCKSDB_NAMESPACE::PartitionedIndexBuilder
388 size_t NumPartitions() const;
963 rep_->props.index_partitions = rep_->p_index_builder_->NumPartitions(); in WritePropertiesBlock()