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