| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterExplainFormat(SqlBaseParser.ExplainFormatContext ctx)
Enter a parse tree produced by the
explainFormat
labeled alternative in SqlBaseParser.explainOption(). |
void |
SqlBaseListener.enterExplainFormat(SqlBaseParser.ExplainFormatContext ctx)
Enter a parse tree produced by the
explainFormat
labeled alternative in SqlBaseParser.explainOption(). |
void |
SqlBaseBaseListener.exitExplainFormat(SqlBaseParser.ExplainFormatContext ctx)
Exit a parse tree produced by the
explainFormat
labeled alternative in SqlBaseParser.explainOption(). |
void |
SqlBaseListener.exitExplainFormat(SqlBaseParser.ExplainFormatContext ctx)
Exit a parse tree produced by the
explainFormat
labeled alternative in SqlBaseParser.explainOption(). |
T |
SqlBaseBaseVisitor.visitExplainFormat(SqlBaseParser.ExplainFormatContext ctx)
Visit a parse tree produced by the
explainFormat
labeled alternative in SqlBaseParser.explainOption(). |
T |
SqlBaseVisitor.visitExplainFormat(SqlBaseParser.ExplainFormatContext ctx)
Visit a parse tree produced by the
explainFormat
labeled alternative in SqlBaseParser.explainOption(). |
Copyright © 2012–2023. All rights reserved.