lava-oushudb-dt-sql-parser/src/utils
Hayden 1b02ff5d75
feat: FlinkSQL supports auto complete (#115)
* feat: add antlr4-c3 dependencies

* feat: distinguish table, catalog and database from uid

* feat: move semicolon from sqlStatements to sqlStatement

* chore: move antlr4ts-cli to devDependencies

* feat: improve basic parser and support suggestions of token and syntax

* feat: implement suggest method in sql parsers

* test: flink sql suggestion test cases

* feat: optimize ts defination of suggestion

* feat: add split listener and optimize performance of auto-completion

* test: supplementary flink suggestion unit tests
2023-06-09 11:22:53 +08:00
..
findCaretTokenIndex.ts feat: FlinkSQL supports auto complete (#115) 2023-06-09 11:22:53 +08:00
index.ts fix: fix bracket match 2022-12-25 13:30:43 +08:00
token.ts feat: add Bracket, Comma, and FunctionArguments tokens 2021-09-10 17:50:58 +08:00