| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | YQL-17269: Fix UNION/EXCEPT/INTERSECT precedence | vitya-smirnov | 2025-07-13 | 1 | -2/+2 |
| | | | | | | | | There was a mistake, because actually EXCEPT has the same precedence as UNION. INTERSECT has higher precedence than. commit_hash:20375ef498861c6704571161fa3c4eebf54e895c | ||||
| * | YQL-17269: Support UNION/INTERSECT/EXCEPT combinations | vitya-smirnov | 2025-07-09 | 1 | -2/+29 |
| | | | | | | | | | | | | | Introduce `UNION` and `INTERSECT/EXCEPT` grammar rules for precedence. Rewrote `Build` procedure into `BuildStmt`, `BuildUnion`, `BuildIntersection`. Added tests, modify format. It took a lot of time trying to adapt the existing `Build` procedure. The I noticed that the logic for `union` and `intersection` is different, since `union` groups arguments into bundles, but `intersection` is a strictly binary operation. commit_hash:70008ae3c2603364b6dfbeeb189fdc7f5237433d | ||||
| * | Moved other yql/essentials libs YQL-19206 | vvvv | 2024-11-07 | 1 | -0/+74 |
| init commit_hash:7d4c435602078407bbf20dd3c32f9c90d2bbcbc0 | |||||
