pub fn add_offset_to_lex_ordering(
sort_exprs: LexOrderingRef<'_>,
offset: usize
) -> Result<LexOrdering>
Expand description
Adds the offset
value to Column
indices for each sort_expr.expr
inside sort_exprs
.
pub fn add_offset_to_lex_ordering(
sort_exprs: LexOrderingRef<'_>,
offset: usize
) -> Result<LexOrdering>
Adds the offset
value to Column
indices for each sort_expr.expr
inside sort_exprs
.