pub fn array_forall(column: &Column, predicate: Expr) -> Column
True if all list elements satisfy the predicate (PySpark forall).