zhuqi-lucas commented on code in PR #19433:
URL: https://github.com/apache/datafusion/pull/19433#discussion_r2676189352
##########
datafusion/physical-expr-common/src/sort_expr.rs:
##########
@@ -427,6 +427,21 @@ impl LexOrdering {
true
}
+ /// Checks if `other` is a prefix of this `LexOrdering`.
+ pub fn is_prefix(&self, other: &LexOrdering) -> bool {
Review Comment:
@adriangb I think we can create a follow-up ticket for further
investigation, we can merge this PR first.
--
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]