adriangb commented on code in PR #19433:
URL: https://github.com/apache/datafusion/pull/19433#discussion_r2644630825
##########
datafusion/physical-expr-common/src/sort_expr.rs:
##########
@@ -458,6 +458,21 @@ impl LexOrdering {
})
}
+ /// Checks if `other` is a prefix of this `LexOrdering`.
+ pub fn is_prefix(&self, other: &LexOrdering) -> bool {
Review Comment:
I gave it a review - looks nice! I can sequence this behind your PR if
needed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]