File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed 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
11
11
making it easy to support custom dialects so that this crate can be used as a
12
12
foundation for vendor-specific parsers.
13
13
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 ] .
16
16
17
17
## Example
18
18
@@ -126,6 +126,7 @@ resources.
126
126
[ current issues ] : https://github.com/ballista-compute/sqlparser-rs/issues
127
127
[ DataFusion ] : https://github.com/apache/arrow/tree/master/rust/datafusion
128
128
[ LocustDB ] : https://github.com/cswinter/LocustDB
129
+ [ Ballista ] : https://github.com/ballista-compute/ballista
129
130
[ Pratt Parser ] : https://tdop.github.io/
130
131
[ sql-2016-grammar ] : https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html
131
132
[ sql-standard ] : https://en.wikipedia.org/wiki/ISO/IEC_9075
You can’t perform that action at this time.
0 commit comments