gokselk commented on code in PR #13770:
URL: https://github.com/apache/datafusion/pull/13770#discussion_r1893506320


##########
datafusion/physical-expr/src/equivalence/class.rs:
##########
@@ -634,6 +634,18 @@ impl EquivalenceGroup {
             JoinType::RightSemi | JoinType::RightAnti => 
right_equivalences.clone(),
         }
     }
+
+    /// Checks if two expressions are equal either directly or through 
equivalence classes.
+    pub fn exprs_equal(

Review Comment:
   Resolved in 4d37673.



-- 
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: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to