fn convert_to_sort_cols(
arrs: &[ArrayRef],
sort_exprs: &LexOrdering,
) -> Vec<SortColumn>Expand description
Combines array refs and their corresponding orderings to construct SortColumns.
fn convert_to_sort_cols(
arrs: &[ArrayRef],
sort_exprs: &LexOrdering,
) -> Vec<SortColumn>Combines array refs and their corresponding orderings to construct SortColumns.