Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
get_func_monotonicity in datafusion::physical_expr::functions - Rust
[go: Go Back, main page]

pub fn get_func_monotonicity(
    fun: &BuiltinScalarFunction
) -> Option<Vec<Option<bool>>>
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.