Uses of Class
io.trino.sql.parser.SqlBaseParser.CreateTableAsSelectContext
Packages that use SqlBaseParser.CreateTableAsSelectContext
-
Uses of SqlBaseParser.CreateTableAsSelectContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.CreateTableAsSelectContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx) Enter a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.enterCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx) Enter a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().voidSqlBaseBaseListener.exitCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx) Exit a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().voidSqlBaseListener.exitCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx) Exit a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().SqlBaseBaseVisitor.visitCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx) Visit a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().SqlBaseVisitor.visitCreateTableAsSelect(SqlBaseParser.CreateTableAsSelectContext ctx) Visit a parse tree produced by thecreateTableAsSelectlabeled alternative inSqlBaseParser.statement().