pub fn get_required_sort_exprs_indices(
schema: &DFSchema,
sort_expr_names: &[String],
) -> Vec<usize>Expand description
Returns indices for the minimal subset of ORDER BY expressions that are functionally equivalent to the original set of ORDER BY expressions.