Skip to main content

try_sum

Function try_sum 

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

Sum aggregation; null on overflow (PySpark try_sum). Use in groupBy.agg(). Polars sum does not overflow; reserved for API.