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