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