| 程序包 | 说明 |
|---|---|
| com.github.melin.superior.sql.parser.antlr4.spark |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SparkSqlBaseParserListener.enterBigIntLiteral(SparkSqlBaseParser.BigIntLiteralContext ctx)
Enter a parse tree produced by the
bigIntLiteral
labeled alternative in SparkSqlBaseParser.number(). |
void |
SparkSqlBaseParserBaseListener.enterBigIntLiteral(SparkSqlBaseParser.BigIntLiteralContext ctx)
Enter a parse tree produced by the
bigIntLiteral
labeled alternative in SparkSqlBaseParser.number(). |
void |
SparkSqlBaseParserListener.exitBigIntLiteral(SparkSqlBaseParser.BigIntLiteralContext ctx)
Exit a parse tree produced by the
bigIntLiteral
labeled alternative in SparkSqlBaseParser.number(). |
void |
SparkSqlBaseParserBaseListener.exitBigIntLiteral(SparkSqlBaseParser.BigIntLiteralContext ctx)
Exit a parse tree produced by the
bigIntLiteral
labeled alternative in SparkSqlBaseParser.number(). |
T |
SparkSqlBaseParserVisitor.visitBigIntLiteral(SparkSqlBaseParser.BigIntLiteralContext ctx)
Visit a parse tree produced by the
bigIntLiteral
labeled alternative in SparkSqlBaseParser.number(). |
T |
SparkSqlBaseParserBaseVisitor.visitBigIntLiteral(SparkSqlBaseParser.BigIntLiteralContext ctx)
Visit a parse tree produced by the
bigIntLiteral
labeled alternative in SparkSqlBaseParser.number(). |
Copyright © 2022. All rights reserved.