Searched refs:hash_table_ratio_ (Results 1 – 3 of 3) sorted by relevance
150 hash_table_ratio_(hash_table_ratio), in PlainTableIndexBuilder()239 double hash_table_ratio_; variable
109 if (prefix_extractor_ == nullptr || hash_table_ratio_ <= 0) { in AllocateIndex()114 double hash_table_size_multipier = 1.0 / hash_table_ratio_; in AllocateIndex()
332 hash_table_ratio_(options.hash_table_ratio), in TestPlainTableFactory()377 bloom_bits_per_key_, hash_table_ratio_, index_sparseness_, props, in NewTableReader()388 double hash_table_ratio_; member in ROCKSDB_NAMESPACE::TestPlainTableFactory