Extensible SQL Lexer and Parser for Rust
Find a file
Andy Grove 1e5686c793 Save
2018-02-07 08:53:09 -07:00
src Save 2018-02-07 08:53:09 -07:00
.gitignore roughing out new version 2018-02-07 08:48:49 -07:00
Cargo.toml roughing out new version 2018-02-07 08:48:49 -07:00
LICENSE Initial commit 2018-02-06 16:58:43 -07:00
README.md roughing out new version 2018-02-07 08:48:49 -07:00

datafusion-sql

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