Split block bloom filter based on sbbf-rs.
This crate exposes a safe API built on sbbf-rs
. It handles allocation and (optionally) hashing.
The Filter::as_bytes
method can be used to restore the filter from given bytes.
This is intended to be an exact implementation of the bloom filter described in parquet bloom filter spec.