Skip to main content

boolean_mask_from_selectors

Function boolean_mask_from_selectors 

Source
pub(super) fn boolean_mask_from_selectors(
    selectors: &[RowSelector],
) -> BooleanBuffer
Expand description

Build a bitmap from a selector sequence by filling bytes directly.

This sits on the read hot path (Mask strategy over a selector-backed selection) where per-selector append_n calls are too slow.