Uses of Class
io.trino.sql.parser.SqlBaseParser.QueryPeriodContext
Packages that use SqlBaseParser.QueryPeriodContext
-
Uses of SqlBaseParser.QueryPeriodContext in io.trino.sql.parser
Methods in io.trino.sql.parser that return SqlBaseParser.QueryPeriodContextModifier and TypeMethodDescriptionSqlBaseParser.queryPeriod()SqlBaseParser.TableNameContext.queryPeriod()Methods in io.trino.sql.parser with parameters of type SqlBaseParser.QueryPeriodContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterQueryPeriod(SqlBaseParser.QueryPeriodContext ctx) Enter a parse tree produced bySqlBaseParser.queryPeriod().voidSqlBaseListener.enterQueryPeriod(SqlBaseParser.QueryPeriodContext ctx) Enter a parse tree produced bySqlBaseParser.queryPeriod().voidSqlBaseBaseListener.exitQueryPeriod(SqlBaseParser.QueryPeriodContext ctx) Exit a parse tree produced bySqlBaseParser.queryPeriod().voidSqlBaseListener.exitQueryPeriod(SqlBaseParser.QueryPeriodContext ctx) Exit a parse tree produced bySqlBaseParser.queryPeriod().SqlBaseBaseVisitor.visitQueryPeriod(SqlBaseParser.QueryPeriodContext ctx) Visit a parse tree produced bySqlBaseParser.queryPeriod().SqlBaseVisitor.visitQueryPeriod(SqlBaseParser.QueryPeriodContext ctx) Visit a parse tree produced bySqlBaseParser.queryPeriod().