mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Fix tiny typo in custom_sql_parser.md (#864)
This commit is contained in:
parent
be85f54ca3
commit
b29b551fa1
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ The concept is simply to write a new parser that delegates to the ANSI parser so
|
|||
|
||||
I also plan on building in specific support for custom data types, where a lambda function can be passed to the parser to parse data types.
|
||||
|
||||
For an example of this, see the [DataFusion](https://github.com/apache/arrow-datafusion) project and its [query planner] (https://github.com/apache/arrow-datafusion/tree/master/datafusion/sql).
|
||||
For an example of this, see the [DataFusion](https://github.com/apache/arrow-datafusion) project and its [query planner](https://github.com/apache/arrow-datafusion/tree/master/datafusion/sql).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue