Uses of Class
io.trino.grammar.sql.SqlBaseParser.PlanPrimaryContext
Packages that use SqlBaseParser.PlanPrimaryContext
-
Uses of SqlBaseParser.PlanPrimaryContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql that return SqlBaseParser.PlanPrimaryContextModifier and TypeMethodDescriptionSqlBaseParser.CrossPlanContext.planPrimary(int i) SqlBaseParser.JoinPlanContext.planPrimary()SqlBaseParser.planPrimary()SqlBaseParser.UnionPlanContext.planPrimary(int i) Methods in io.trino.grammar.sql that return types with arguments of type SqlBaseParser.PlanPrimaryContextModifier and TypeMethodDescriptionSqlBaseParser.CrossPlanContext.planPrimary()SqlBaseParser.UnionPlanContext.planPrimary()Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.PlanPrimaryContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterPlanPrimary(SqlBaseParser.PlanPrimaryContext ctx) Enter a parse tree produced bySqlBaseParser.planPrimary().voidSqlBaseListener.enterPlanPrimary(SqlBaseParser.PlanPrimaryContext ctx) Enter a parse tree produced bySqlBaseParser.planPrimary().voidSqlBaseBaseListener.exitPlanPrimary(SqlBaseParser.PlanPrimaryContext ctx) Exit a parse tree produced bySqlBaseParser.planPrimary().voidSqlBaseListener.exitPlanPrimary(SqlBaseParser.PlanPrimaryContext ctx) Exit a parse tree produced bySqlBaseParser.planPrimary().SqlBaseBaseVisitor.visitPlanPrimary(SqlBaseParser.PlanPrimaryContext ctx) Visit a parse tree produced bySqlBaseParser.planPrimary().SqlBaseVisitor.visitPlanPrimary(SqlBaseParser.PlanPrimaryContext ctx) Visit a parse tree produced bySqlBaseParser.planPrimary().