Module parquet::bloom_filter
source · Expand description
Bloom filter implementation specific to Parquet, as described in the spec.
Structs§
- A split block Bloom filter. The creation of this structure is based on the
crate::file::properties::BloomFilterProperties
struct set viacrate::file::properties::WriterProperties
and is thus hidden by default.