Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dfilter_policy.cc714 int log2_block_bytes = ((block_and_probes >> 5) & 7) + 6; in GetBloomBitsReader() local
730 if (log2_block_bytes == 6) { // Only block size supported for now in GetBloomBitsReader()