pub fn zip_with(left: &Column, right: &Column, merge: Expr) -> Column
Zip two arrays element-wise with merge function (PySpark zip_with).