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