https://github.com/rurumimic/impala-fe
https://github.com/rurumimic/impala-fe
apache-impala lexer parser
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rurumimic/impala-fe
- Owner: rurumimic
- License: apache-2.0
- Created: 2024-01-22T10:56:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T12:43:29.000Z (over 2 years ago)
- Last Synced: 2025-01-03T08:29:37.502Z (over 1 year ago)
- Topics: apache-impala, lexer, parser
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# impala-fe
## Ref
- apache/[impala](https://github.com/apache/impala)/[fe](https://github.com/apache/impala/tree/master/fe)
- [sql-scanner.flex](https://github.com/apache/impala/blob/master/fe/src/main/jflex/sql-scanner.flex)
- [sql-parser.cup](https://github.com/apache/impala/blob/master/fe/src/main/cup/sql-parser.cup)