File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ SQL that conforms with the [ANSI/ISO SQL standard][sql-standard] while also
1111making it easy to support custom dialects so that this crate can be used as a
1212foundation for vendor-specific parsers.
1313
14- This parser is currently being used by the [ DataFusion] query engine and
15- [ LocustDB] .
14+ This parser is currently being used by the [ DataFusion] query engine,
15+ [ LocustDB] , and [ Ballista ] .
1616
1717## Example
1818
@@ -126,6 +126,7 @@ resources.
126126[ current issues ] : https://github.com/ballista-compute/sqlparser-rs/issues
127127[ DataFusion ] : https://github.com/apache/arrow/tree/master/rust/datafusion
128128[ LocustDB ] : https://github.com/cswinter/LocustDB
129+ [ Ballista ] : https://github.com/ballista-compute/ballista
129130[ Pratt Parser ] : https://tdop.github.io/
130131[ sql-2016-grammar ] : https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html
131132[ sql-standard ] : https://en.wikipedia.org/wiki/ISO/IEC_9075
You can’t perform that action at this time.
0 commit comments