/google-sql-parser

Google SQL parser based on ANTLR4.

Primary LanguageANTLR

google-sql-parser

Google SQL parser based on ANTLR4.

Usage

Build

make build

Test

make test

References

  • Query Syntax, is the reference for the query(SELECT) syntax.

  • zetasql Yacc parser, is the reference for the syntax detail missing in the document like expression.