Skip to content

Commit 0d36aa5

Browse files
committed
Update docs on writing custom parsers
1 parent 6374b52 commit 0d36aa5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/custom_sql_parser.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ I have explored many different ways of building this library to make it easy to
44

55
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.
66

7+
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.
8+
79
For an example of this, see the [DataFusion](https://github.com/datafusion-rs/datafusion) project.
810

0 commit comments

Comments
 (0)