refactor: listener and visitor entrance

This commit is contained in:
chenfeng
2020-11-25 16:57:53 +08:00
parent 110c4f1fa5
commit 2aab4b6ca7
9 changed files with 12668 additions and 12668 deletions

View File

@ -15,7 +15,7 @@
limitations under the License.
*/
parser grammar HiveSqlParser;
parser grammar HiveSql;
options {
tokenVocab=HiveSqlLexer;