Function datafusion::functions::math::monotonicity::sqrt_order
source · pub fn sqrt_order(
input: &[ExprProperties],
) -> Result<SortProperties, DataFusionError>
Expand description
Non-decreasing for x ≥ 0, undefined otherwise.