Skip to main content

create_bloom_filter

Function create_bloom_filter 

Source
pub(crate) fn create_bloom_filter(
    props: &WriterProperties,
    descr: &ColumnDescPtr,
) -> Result<(Option<Sbbf>, f64)>
Expand description

Creates a bloom filter sized for the column’s configured NDV, returning the filter and the target FPP for folding.