summaryrefslogtreecommitdiffstats
path: root/yql/essentials/sql/v1/ide/completion/analysis/global
Commit message (Collapse)AuthorAgeFilesLines
* YQL-20631: Introduce WITH CTE syntaxvitya-smirnov2026-06-161-1/+1
| | | | commit_hash:77f0128cac891f08ce6c8f9a721f66f69032c44e
* YQL-20239: Exract pure_ast and move to sql/v1/idevitya-smirnov2026-06-1124-0/+2595
It is a preparation for a hover LSP method implementation. Query parser and a narrowing visitor are required for the feature, so I extract the logic to a module `pure_ast` from a `complete`. Also modules `complete` and `pure_ast` are moved to `sql/v1/ide/completion` and `sql/v1/ide/pure_ast`. commit_hash:58bed5f2e39bf4779e28468fe7de1e0c4fb2c4c3