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.