summaryrefslogtreecommitdiffstats
path: root/yql/essentials/tests/sql/suites/select_yql
Commit message (Expand)AuthorAgeFilesLines
* YQL-21152: Support implicit USING at YqlSelectvitya-smirnov13 days15-0/+67
* YQL-21046: Support RANGE window on YqlSelectvitya-smirnov2026-05-223-48/+80
* YQL-20928: Fix RIGHT JOIN for YqlSelectvitya-smirnov2026-04-309-12/+50
* YQL-20928: Support SELECT DISTINCT for YqlSelectvitya-smirnov2026-04-302-5/+23
* YQL-21048: Support Grouping function at YqlSelectvitya-smirnov2026-04-281-0/+20
* YQL-21046: Support window functions for YqlSelectvitya-smirnov2026-04-2824-17/+245
* YQL-21046: Support window aggregation over YqlSelectvitya-smirnov2026-04-2019-0/+430
* YQL-21048: Support GROUPING SETS for YqlSelectvitya-smirnov2026-03-3013-0/+308
* YQL-20969: Derive TSqlTranslation settingsvitya-smirnov2026-03-052-0/+18
* Intermediate changesrobot-piglet2026-03-032-2/+1
* YQL-20904: Support UNION at YqlSelect subqueryvitya-smirnov2026-03-024-0/+25
* YQL-20905: Mimic ISource by YqlSelectSubqueryRefvitya-smirnov2026-02-254-16/+58
* YQL-20904: Support top-level UNION/INTERSECT for YqlSelectvitya-smirnov2026-02-1916-0/+100
* YQL-20909: Set Max LangVer for PARALLEL FOR/FOR/IFvitya-smirnov2026-02-092-0/+2
* YQL-20436: Fix free names on YqlSelect named nodevitya-smirnov2025-12-302-1/+2
* YQL-20436: Fix asterisk subquery on SqlSelectvitya-smirnov2025-12-3010-0/+176
* YQL-20436: Support Named Nodes on YqlSelectvitya-smirnov2025-12-2710-0/+125
* Intermediate changesrobot-piglet2025-12-261-0/+24
* YQL-20436: Set top-level column order on YqlSelectvitya-smirnov2025-12-231-3/+0
* YQL-20436: Fix YqlAgg type annotation on YqlSelectvitya-smirnov2025-12-223-0/+82
* YQL-20436: Fix column disambiguation on YqlSelectvitya-smirnov2025-12-222-8/+31
* YQL-20436: Support Agg(DISTINCT x) for YqlSelectvitya-smirnov2025-12-141-0/+26
* YQL-20436: Fix IN on a tuple on YqlSelectvitya-smirnov2025-12-131-0/+13
* YQL-20436: Check for a mandatory AS on YqlSelectvitya-smirnov2025-12-131-1/+1
* YQL-20436: Fix CAST (x AS T) on YqlSelectvitya-smirnov2025-12-131-0/+10
* YQL-20751: Stabilize AsList type annotation errorvitya-smirnov2025-12-112-2/+2
* YQL-20436: Translate HAVING to YqlSelectvitya-smirnov2025-12-103-0/+67
* YQL-20436: Translate COMMA/LEFT JOINs to YqlSelectvitya-smirnov2025-12-0812-0/+211
* YQL-20436: Translate GROUP BY to YqlSelectvitya-smirnov2025-12-0824-0/+530
* YQL-20728 new lang vervvvv2025-12-031-1/+1
* YQL-20436: Support YqlSelect subqueriesvitya-smirnov2025-11-2621-0/+446
* YQL-20436: Fix YqlSelect anon sourcevitya-smirnov2025-11-242-0/+26
* YQL-20436: Fix YqlSelect alias collision detectionvitya-smirnov2025-11-243-3/+8
* YQL-20436: Translate VALUES statement to YqlSelectvitya-smirnov2025-11-141-0/+6
* YQL-20436: Add YqlSelect to differential testingvitya-smirnov2025-11-137-0/+92
* YQL-20436: Translate JOIN to YqlSelectvitya-smirnov2025-11-064-0/+99
* YQL-20436: Extend YqlSelect translation supportvitya-smirnov2025-10-213-0/+34
* YQL-20436: Translate `SELECT .. FROM VALUES ..` to `YqlSelect`vitya-smirnov2025-10-148-0/+77