mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
docs: add information about parting semantic logic to README.md (#724)
This commit is contained in:
parent
96bca38fae
commit
6f48fc9acb
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ foundation for vendor-specific parsers.
|
|||
This parser is currently being used by the [DataFusion] query engine,
|
||||
[LocustDB], [Ballista] and [GlueSQL].
|
||||
|
||||
This parser is used as a syntax analyzer. We don't intend to have more semantic logic because it varies drastically
|
||||
between dialects, the same is true for projects like compilers. If you want to do semantic analysis, feel free to use
|
||||
this project as a base
|
||||
|
||||
## Example
|
||||
|
||||
To parse a simple `SELECT` statement:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue