pub fn max(
    lhs: &ScalarValue,
    rhs: &ScalarValue
) -> Result<ScalarValue, DataFusionError>
Expand description

the maximum of two scalar values