Update README.md
This commit is contained in:
parent
56f87a0a4a
commit
1927a70f23
@ -15,7 +15,7 @@ English | [简体中文](./README-zh_CN.md)
|
||||
|
||||
dt-sql-parser is a **SQL Parser** project built with [ANTLR4](https://github.com/antlr/antlr4), and it's mainly for the **BigData** field. The [ANTLR4](https://github.com/antlr/antlr4) generated the basic Parser, Visitor, and Listener, so it's easy to complete the **syntax validation**, **tokenizer**, **traverse** the AST, and so on features.
|
||||
|
||||
Additionally, it provides auxiliary functions such as SQL splitting and code completion.
|
||||
Additionally, it provides auxiliary functions such as **SQL splitting** and **code completion**.
|
||||
|
||||
**Supported SQL**:
|
||||
|
||||
@ -29,8 +29,8 @@ Additionally, it provides auxiliary functions such as SQL splitting and code com
|
||||
|
||||
**Supported auxiliary methods**
|
||||
|
||||
| SQL Type | SQL Split | Code-Completion |
|
||||
| ----------- | -------- | -------- |
|
||||
| SQL Type | SQL Spliting | Code Completion |
|
||||
| ----------- | ------------ | --------------- |
|
||||
| Generic SQL | WIP | WIP |
|
||||
| Flink SQL | ✅ | ✅ |
|
||||
| Spark SQL | ✅ | ✅ |
|
||||
|
Loading…
Reference in New Issue
Block a user