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