Skip to main content

bool_and

Function bool_and 

Source
pub fn bool_and(col: &Column) -> Column
Expand description

Boolean AND across group (PySpark bool_and). Use in groupBy.agg(); column should be boolean.