Function deltalake::datafusion::physical_expr::functions::out_ordering

source ·
pub fn out_ordering(
    func: &Vec<Option<bool>>,
    arg_orderings: &[SortProperties]
) -> SortProperties
Expand description

Determines a ScalarFunctionExpr’s monotonicity for the given arguments and the function’s behavior depending on its arguments.