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