Function try_add

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

Returns the sum of left and right and the result is null on overflow.