mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-01 23:50:56 +00:00
simple example of custom tokenizer
This commit is contained in:
parent
fcf6b1150e
commit
f56846098e
6 changed files with 145 additions and 29 deletions
|
|
@ -1,10 +1,12 @@
|
|||
# datafusion-sql
|
||||
|
||||
DataFusion SQL Parser (v2)
|
||||
This is a work-in-progress to develop a new version of the DataFusion SQL Parser.
|
||||
|
||||
Goals:
|
||||
Goals for this version:
|
||||
|
||||
- Support for custom SQL dialects, so other projects can implement their own parsers easily
|
||||
- Zero-copy of tokens when parsing
|
||||
- Good error reporting (e.g. show line / column numbers and descriptive messages)
|
||||
- Zero-copy of tokens when parsing
|
||||
- Concise code
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue