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