Function datafusion_physical_expr::functions::get_func_monotonicity
source · pub fn get_func_monotonicity(
fun: &BuiltinScalarFunction
) -> Option<FuncMonotonicity>
Expand description
This function specifies monotonicity behaviors for built-in scalar functions. The list can be extended, only mathematical and datetime functions are considered for the initial implementation of this feature.