Function try_multiply

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

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