Skip to main content

array_forall

Function array_forall 

Source
pub fn array_forall(column: &Column, predicate: Expr) -> Column
Expand description

True if all list elements satisfy the predicate (PySpark forall).