Function try_subtract

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

Returns left-right and the result is null on overflow.