Uses of Class
io.trino.grammar.sql.SqlBaseParser.CopartitionTablesContext
Packages that use SqlBaseParser.CopartitionTablesContext
-
Uses of SqlBaseParser.CopartitionTablesContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql that return SqlBaseParser.CopartitionTablesContextModifier and TypeMethodDescriptionSqlBaseParser.copartitionTables()SqlBaseParser.TableFunctionCallContext.copartitionTables(int i) Methods in io.trino.grammar.sql that return types with arguments of type SqlBaseParser.CopartitionTablesContextMethods in io.trino.grammar.sql with parameters of type SqlBaseParser.CopartitionTablesContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterCopartitionTables(SqlBaseParser.CopartitionTablesContext ctx) Enter a parse tree produced bySqlBaseParser.copartitionTables().voidSqlBaseListener.enterCopartitionTables(SqlBaseParser.CopartitionTablesContext ctx) Enter a parse tree produced bySqlBaseParser.copartitionTables().voidSqlBaseBaseListener.exitCopartitionTables(SqlBaseParser.CopartitionTablesContext ctx) Exit a parse tree produced bySqlBaseParser.copartitionTables().voidSqlBaseListener.exitCopartitionTables(SqlBaseParser.CopartitionTablesContext ctx) Exit a parse tree produced bySqlBaseParser.copartitionTables().SqlBaseBaseVisitor.visitCopartitionTables(SqlBaseParser.CopartitionTablesContext ctx) Visit a parse tree produced bySqlBaseParser.copartitionTables().SqlBaseVisitor.visitCopartitionTables(SqlBaseParser.CopartitionTablesContext ctx) Visit a parse tree produced bySqlBaseParser.copartitionTables().