We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e9f6aa commit 0e02b9cCopy full SHA for 0e02b9c
README-zh_CN.md
@@ -21,15 +21,15 @@ dt-sql-parser 是一个基于 [ANTLR4](https://github.com/antlr/antlr4) 开发
21
22
**SQL 辅助方法支持**
23
24
-| SQL 类型 | SQL 切割 | 自动补全 |
+| SQL 类型 | SQL 切割 | 自动补全 |
25
| ----------- | -------- | -------- |
26
| Generic SQL | WIP | WIP |
27
-| Flink SQL | ✅ | ✅ |
28
-| Spark SQL | ✅ | ✅ |
29
-| Hive SQL | ✅ | ✅ |
+| Flink SQL | ✅ | ✅ |
+| Spark SQL | ✅ | ✅ |
+| Hive SQL | ✅ | ✅ |
30
| PL/SQL | WIP | WIP |
31
| Postgre SQL | WIP | WIP |
32
-| Trino SQL | WIP | WIP |
+| Trino SQL | ✅ | ✅ |
33
34
> 提示:当前的 Parser 是 `Javascript` 语言版本,如果有必要,可以尝试编译 Grammar 文件到其他目标语言
35
0 commit comments