Skip to content

Commit

Permalink
feat: recomplie hive sql grammar and fix parser about
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydenOrz authored and wewoor committed Jul 7, 2023
1 parent 1d890e5 commit e97e0b2
Show file tree
Hide file tree
Showing 8 changed files with 12,770 additions and 12,770 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ export * from './lib/flinksql/FlinkSqlParserListener';
export * from './lib/flinksql/FlinkSqlParserVisitor';
export * from './lib/generic/SqlParserVisitor';
export * from './lib/generic/SqlParserListener';
export * from './lib/hive/HiveSqlListener';
export * from './lib/hive/HiveSqlVisitor';
export * from './lib/hive/HiveSqlParserListener';
export * from './lib/hive/HiveSqlParserVisitor';
export * from './lib/plsql/PlSqlParserListener';
export * from './lib/plsql/PlSqlParserVisitor';
export * from './lib/spark/SparkSqlVisitor';
Expand Down
2 changes: 1 addition & 1 deletion src/lib/hive/HiveSqlLexer.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Generated from /Users/ziv/github.com/dt-sql-parser/src/grammar/hive/HiveSqlLexer.g4 by ANTLR 4.9.0-SNAPSHOT
// Generated from /Users/hayden/Desktop/dt-works/dt-sql-parser/src/grammar/hive/HiveSqlLexer.g4 by ANTLR 4.9.0-SNAPSHOT


import { ATN } from "antlr4ts/atn/ATN";
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit e97e0b2

Please sign in to comment.