Function bitmap_or_agg

Source
pub fn bitmap_or_agg(col: impl Into<Column>) -> Column
Expand description

Returns a bitmap that is the bitwise OR of all of the bitmaps from the input column.