pub fn bitmap_construct_agg(column: &Column) -> Expr
Aggregate: bitwise OR of bit positions into one bitmap binary (PySpark bitmap_construct_agg). Use in group_by(…).agg([bitmap_construct_agg(col)]).