forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql/schemachanger/rel: support not-join subqueries
This patch endows rel with the ability to define not-join rules which allow extra variables to be introduced inside the clauses. When a not-join rule is invoked, it leads to the outer query finding a contradiction if the rule fully unifies. Fixes cockroachdb#77148 Release justification: part of a broader bug-fix Release note: None
- Loading branch information
Showing
10 changed files
with
457 additions
and
85 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
Oops, something went wrong.