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