| Package | Description |
|---|---|
| com.facebook.presto.sql.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
SqlBaseBaseListener.enterExplain(SqlBaseParser.ExplainContext ctx)
Enter a parse tree produced by the
explain
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.enterExplain(SqlBaseParser.ExplainContext ctx)
Enter a parse tree produced by the
explain
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseBaseListener.exitExplain(SqlBaseParser.ExplainContext ctx)
Exit a parse tree produced by the
explain
labeled alternative in SqlBaseParser.statement(). |
void |
SqlBaseListener.exitExplain(SqlBaseParser.ExplainContext ctx)
Exit a parse tree produced by the
explain
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseBaseVisitor.visitExplain(SqlBaseParser.ExplainContext ctx)
Visit a parse tree produced by the
explain
labeled alternative in SqlBaseParser.statement(). |
T |
SqlBaseVisitor.visitExplain(SqlBaseParser.ExplainContext ctx)
Visit a parse tree produced by the
explain
labeled alternative in SqlBaseParser.statement(). |
Copyright © 2012–2023. All rights reserved.