Function datafusion_physical_expr::functions::out_ordering
source · pub fn out_ordering(
func: &FuncMonotonicity,
arg_orderings: &[SortProperties]
) -> SortProperties
Expand description
Determines a ScalarFunctionExpr
’s monotonicity for the given arguments
and the function’s behavior depending on its arguments.