lava-oushudb-dt-sql-parser/src/parser
Hayden f9dbd9fc23
Refactor/basic parser (#182)
* feat: replace errorCollector with ParserErrorListener to collect lexer error

* refactor: remove useless method in basicParser

* feat: correct splitSQLByStatement method

* feat: rename parse to parseWithCache and add new parse method

* refactor: rename parserTree to parseTree

* test: rename parserTree to parseTree

* refactor: rename parserError to parseError

* feat: export ErrorHandler type

* feat: use errorhandler form params

* test: basic parser unit tests

* style: lint via prettier
2023-10-16 17:59:28 +08:00
..
common Refactor/basic parser (#182) 2023-10-16 17:59:28 +08:00
flinksql.ts chroe: devops (#180) 2023-10-13 11:16:36 +08:00
generic.ts chroe: devops (#180) 2023-10-13 11:16:36 +08:00
hive.ts Refactor/basic parser (#182) 2023-10-16 17:59:28 +08:00
index.ts Added tests - restore target es6 - transpile base into es5 2022-12-16 15:13:56 +08:00
pgsql.ts chroe: devops (#180) 2023-10-13 11:16:36 +08:00
plsql.ts chroe: devops (#180) 2023-10-13 11:16:36 +08:00
spark.ts chroe: devops (#180) 2023-10-13 11:16:36 +08:00
trinosql.ts chroe: devops (#180) 2023-10-13 11:16:36 +08:00