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