How can I use Presto antlr g4 file? #16762
-
I am attempt to parse presto query by myself. and I download this file to local Here is my code to parse SqlBaseLexer lexer = new SqlBaseLexer(CharStreams.fromString(new String(Files.readAllBytes(Paths.get(scriptPath)), StandardCharsets.UTF_8)));
and there are errors:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I know why, all tables name should be uppercase letter. |
Beta Was this translation helpful? Give feedback.
I know why, all tables name should be uppercase letter.