nankaNULL
|
4f02f9aca0
|
Feat/flink grammar (#73)
* feat: complete flink sql insert statement
* feat: complete flink sql drop statement
* feat: complete flink sql alert statement
* feat: complete flink sql create statement, remove console log
* feat: complete flink sql describe, show, explain, use statement
* feat(flinksql): add statement, such as set, load
* fix(flinksql): fix insert, add temporary table
|
2023-02-27 19:03:32 +08:00 |
|
Ziv
|
14c2534de7
|
fix: remove space character in line comment rule (#69)
* fix: remove space character in line comment rule
* build: recompile grammars
* test: add cases for line comment
|
2023-01-09 11:01:10 +08:00 |
|
nankaNULL
|
0c9a831585
|
fix: fix flinksql create table grammar, add test (#65)
* fix: fix flinksql create table grammar, add test
* feat: add cross join, left outer join and time temporal join
* test: supplement flinksql join test
* fix: fix catalog table grammar, add test
* fix: fix flinksql data type, add test
* fix: delete console
* feat: add query with clause, add test
|
2022-12-28 14:20:33 +08:00 |
|
xiaowei
|
eae322c0a3
|
build: update the SQL libs
|
2021-09-10 17:50:58 +08:00 |
|
Erindcl
|
a9b1e90d73
|
feat(flink): update grammar to match special columnName
|
2020-12-09 11:08:56 +08:00 |
|
Erindcl
|
e67f991ede
|
feat(flink): modify grammar to match keywords
|
2020-12-08 16:04:56 +08:00 |
|
Erindcl
|
c9d88d00a6
|
feat(flink): update flinkSql grammar and add some test
|
2020-12-03 20:03:25 +08:00 |
|
Erindcl
|
04c4c40397
|
feat(flink): update flink SQL grammar
|
2020-12-03 16:25:43 +08:00 |
|
Erindcl
|
0ef80696f4
|
feat(flink): add describe/explain/use/show statement and some test
|
2020-11-26 11:20:57 +08:00 |
|
Erindcl
|
da9660c6fe
|
feat(flink): adjust lexer position to fix test error
|
2020-11-19 19:52:59 +08:00 |
|
Erindcl
|
0735269f4e
|
feat(flink): merge parser and lexer in order to java test
|
2020-11-18 20:05:49 +08:00 |
|
Erindcl
|
a5ea7be606
|
feat: add some query grammar
|
2020-11-11 19:58:14 +08:00 |
|
Erindcl
|
9fc91a572a
|
feat(flink): add drop/alter test add add part of queryStatement
|
2020-11-04 18:03:41 +08:00 |
|
Erindcl
|
158e235b01
|
feat(flink): add inset\drop\alter grammar
|
2020-10-28 16:15:41 +08:00 |
|
Erindcl
|
6082c2b151
|
feat(flinksql): add some lexer
|
2020-10-23 17:52:43 +08:00 |
|
Erindcl
|
b7df08f012
|
feat(flink): add createTable grammar
|
2020-10-22 19:57:13 +08:00 |
|