https://github.com/jaceklaskowski/sql-parser
Parse SQL using Antlr and Spark SQL
https://github.com/jaceklaskowski/sql-parser
Last synced: about 2 months ago
JSON representation
Parse SQL using Antlr and Spark SQL
- Host: GitHub
- URL: https://github.com/jaceklaskowski/sql-parser
- Owner: jaceklaskowski
- License: apache-2.0
- Created: 2016-07-07T13:48:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-11T08:31:11.000Z (almost 9 years ago)
- Last Synced: 2025-03-29T05:34:42.961Z (2 months ago)
- Language: Scala
- Size: 6.84 KB
- Stars: 4
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sql-parser -- SQL Parsing PoC
Parse SQL using Antlr and Spark SQL
It is a bare copy (not fork) of [ANTLR test project](https://github.com/stevenalexander/antlr-test1) 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.