| 程序包 | 说明 |
|---|---|
| org.apache.hudi.spark.sql.parser |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
HoodieSqlBaseListener.enterIntegerLiteral(HoodieSqlBaseParser.IntegerLiteralContext ctx)
Enter a parse tree produced by the
integerLiteral
labeled alternative in HoodieSqlBaseParser.number(). |
void |
HoodieSqlBaseBaseListener.enterIntegerLiteral(HoodieSqlBaseParser.IntegerLiteralContext ctx)
Enter a parse tree produced by the
integerLiteral
labeled alternative in HoodieSqlBaseParser.number(). |
void |
HoodieSqlBaseListener.exitIntegerLiteral(HoodieSqlBaseParser.IntegerLiteralContext ctx)
Exit a parse tree produced by the
integerLiteral
labeled alternative in HoodieSqlBaseParser.number(). |
void |
HoodieSqlBaseBaseListener.exitIntegerLiteral(HoodieSqlBaseParser.IntegerLiteralContext ctx)
Exit a parse tree produced by the
integerLiteral
labeled alternative in HoodieSqlBaseParser.number(). |
T |
HoodieSqlBaseVisitor.visitIntegerLiteral(HoodieSqlBaseParser.IntegerLiteralContext ctx)
Visit a parse tree produced by the
integerLiteral
labeled alternative in HoodieSqlBaseParser.number(). |
T |
HoodieSqlBaseBaseVisitor.visitIntegerLiteral(HoodieSqlBaseParser.IntegerLiteralContext ctx)
Visit a parse tree produced by the
integerLiteral
labeled alternative in HoodieSqlBaseParser.number(). |
Copyright © 2023 The Apache Software Foundation. All rights reserved.