Skip to main content

apply_bitmap_construct_agg

Function apply_bitmap_construct_agg 

Source
pub fn apply_bitmap_construct_agg(
    column: Column,
) -> PolarsResult<Option<Column>>
Expand description

Build one bitmap from a list of bit positions (0..32767). Used after implode for bitmap_construct_agg.