fn write_bloom_filters<W: Write + Send>(
buf: &mut TrackedWrite<W>,
bloom_filters: &mut [Vec<Option<Sbbf>>],
row_group: &mut RowGroupMetaData,
) -> Result<()>
Expand description
Serialize all the bloom filters of the given row group to the given buffer, and returns the updated row group metadata.