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