-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previous code wasn't terribly readable, had multiple inconsistencies and failed to consider some OpExpr. The changes are: - we now compute the various qual identifier the same way we store the qual, based on the possibly commuted OpExpr - we now also track OpExpr of the form Constant operator Val where the operator doesn't have a commutator - we now correctly discard quals not referencing a relation Some regression tests are added to cover those points.
- Loading branch information
Showing
3 changed files
with
231 additions
and
84 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters