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