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