Function datafusion::physical_plan::expressions::helpers::max
source ยท pub fn max(
lhs: &ScalarValue,
rhs: &ScalarValue,
) -> Result<ScalarValue, DataFusionError>
Expand description
the maximum of two scalar values