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