spark_connect_rs::functions

Function bitmap_construct_agg

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

Returns a bitmap with the positions of the bits set from all the values from the input column.