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