Function try_sum

Source
pub fn try_sum(left: impl Into<Column>, right: impl Into<Column>) -> Column
Expand description

Returns sum calculated from values of a group and the result is null on overflow.