Skip to content

jaceklaskowski/sql-parser

Repository files navigation

sql-parser -- SQL Parsing PoC

Parse SQL using Antlr and Spark SQL

It is a bare copy (not fork) of ANTLR test project with additional parsing using Apache Spark SQL's built-in parser (that uses Antlr 4, too).

The idea behind the project was to learn Antlr a bit and check out how much Spark SQL could help with SQL parsing. It appears that using both could be the final solution.

About

Parse SQL using Antlr and Spark SQL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published