get_sort_exprs

Function get_sort_exprs 

Source
fn get_sort_exprs(
    sort_any: &Arc<dyn ExecutionPlan>,
) -> Result<(&LexOrdering, Option<usize>)>
Expand description

Converts an ExecutionPlan trait object to a LexOrdering reference when possible.