pub fn try_multiply(left: impl Into<Column>, right: impl Into<Column>) -> Column
Returns left*right and the result is null on overflow.