Skip to content

bytebase/doris-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The doris-parser is a parser for DORIS SQL. It is based on the ANTLR4.

Build

Before build, you need to install the ANTLR4.

requirements:

./build.sh

Update grammar

Manually change the grammar file in this project

  1. run ./build.sh to generate the parser code.

Test the parser

Run TestDorisSQLDBSQLParser in parser_test.go to test the parser.

go test -v

References

About

Doris parser based on ANTLR4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published