pub fn bit_or(left: &Column, right: &Column) -> Column
Bitwise OR of two integer/boolean columns (PySpark bit_or).