fn min_of_bounds(first: &ScalarValue, second: &ScalarValue) -> ScalarValueExpand description
Returns the lesser of the given interval bounds. Assumes that a NULL
value represents INF.
fn min_of_bounds(first: &ScalarValue, second: &ScalarValue) -> ScalarValueReturns the lesser of the given interval bounds. Assumes that a NULL
value represents INF.