You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/custom_sql_parser.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ I have explored many different ways of building this library to make it easy to
4
4
5
5
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.
6
6
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.
7
+
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.
8
8
9
9
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).
0 commit comments