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