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