Skip to main content

aggregate

Function aggregate 

Source
pub fn aggregate(column: &Column, zero: &Column) -> Column
Expand description

Array fold/aggregate (PySpark aggregate). Simplified: zero + sum(list elements).