mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Update docs on writing custom parsers
This commit is contained in:
parent
6374b521c9
commit
0d36aa536a
1 changed files with 2 additions and 0 deletions
|
@ -4,5 +4,7 @@ I have explored many different ways of building this library to make it easy to
|
|||
|
||||
The concept is simply to write a new parser that delegates to the ANSI parser so that as much as possible of the core functionality can be re-used.
|
||||
|
||||
I also plan on building in specific support for custom data types, where a lambda function can be parsed to the parser to parse data types.
|
||||
|
||||
For an example of this, see the [DataFusion](https://github.com/datafusion-rs/datafusion) project.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue