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