roughing out new version

This commit is contained in:
Andy Grove 2018-02-07 08:48:49 -07:00
parent 4a30441f17
commit 3caeb58d22
4 changed files with 168 additions and 1 deletions

View file

@ -1,2 +1,9 @@
# datafusion-sql
DataFusion SQL Parser
DataFusion SQL Parser (v2)
Goals:
- Support for custom SQL dialects, so other projects can implement their own parsers easily
- Zero-copy of tokens when parsing