vegarsti commented on code in PR #16985:
URL: https://github.com/apache/datafusion/pull/16985#discussion_r2243463226
##########
datafusion/physical-expr/src/equivalence/ordering.rs:
##########
@@ -74,6 +74,11 @@ impl OrderingEquivalenceClass {
result
}
+ /// Returns the orderings in this ordering equivalence class.
+ pub fn orderings(&self) -> &[LexOrdering] {
Review Comment:
Needed this to pass the orderings in the next file diff. Let me know if this
is not a good way to do it.
--
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]