Uses of Class
io.trino.sql.parser.SqlBaseParser.ShowCreateMaterializedViewContext
-
Packages that use SqlBaseParser.ShowCreateMaterializedViewContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.ShowCreateMaterializedViewContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.ShowCreateMaterializedViewContext Modifier and Type Method Description voidSqlBaseBaseListener. enterShowCreateMaterializedView(SqlBaseParser.ShowCreateMaterializedViewContext ctx)Enter a parse tree produced by theshowCreateMaterializedViewlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener. enterShowCreateMaterializedView(SqlBaseParser.ShowCreateMaterializedViewContext ctx)Enter a parse tree produced by theshowCreateMaterializedViewlabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener. exitShowCreateMaterializedView(SqlBaseParser.ShowCreateMaterializedViewContext ctx)Exit a parse tree produced by theshowCreateMaterializedViewlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener. exitShowCreateMaterializedView(SqlBaseParser.ShowCreateMaterializedViewContext ctx)Exit a parse tree produced by theshowCreateMaterializedViewlabeled alternative inSqlBaseParser.statement().TSqlBaseBaseVisitor. visitShowCreateMaterializedView(SqlBaseParser.ShowCreateMaterializedViewContext ctx)Visit a parse tree produced by theshowCreateMaterializedViewlabeled alternative inSqlBaseParser.statement().TSqlBaseVisitor. visitShowCreateMaterializedView(SqlBaseParser.ShowCreateMaterializedViewContext ctx)Visit a parse tree produced by theshowCreateMaterializedViewlabeled alternative inSqlBaseParser.statement().
-