- Notifications
You must be signed in to change notification settings - Fork5
Commit9888192
committed
Instead of trying to force WHERE clauses into CNF or DNF normal form,
just look for common clauses that can be pulled out of ORs. Per recentdiscussion, extracting common clauses seems to be the only really usefuleffect of normalization, and if we do it explicitly then we can avoidcluttering the qual with partially-redundant duplicated expressions, whichwas an unpleasant side-effect of the old approach.1 parent7af16b2 commit9888192
2 files changed
+180
-530
lines changedLines changed: 4 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
203 |
| - | |
204 | 203 |
| |
205 |
| - | |
206 |
| - | |
207 |
| - | |
208 |
| - | |
209 |
| - | |
210 |
| - | |
211 |
| - | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
212 | 208 |
| |
213 | 209 |
| |
214 | 210 |
| |
|
0 commit comments
Comments
(0)