Uses of Class
io.trino.sql.parser.SqlBaseParser.IntervalLiteralContext
Packages that use SqlBaseParser.IntervalLiteralContext
-
Uses of SqlBaseParser.IntervalLiteralContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.IntervalLiteralContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterIntervalLiteral(SqlBaseParser.IntervalLiteralContext ctx) Enter a parse tree produced by theintervalLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterIntervalLiteral(SqlBaseParser.IntervalLiteralContext ctx) Enter a parse tree produced by theintervalLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitIntervalLiteral(SqlBaseParser.IntervalLiteralContext ctx) Exit a parse tree produced by theintervalLiterallabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitIntervalLiteral(SqlBaseParser.IntervalLiteralContext ctx) Exit a parse tree produced by theintervalLiterallabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitIntervalLiteral(SqlBaseParser.IntervalLiteralContext ctx) Visit a parse tree produced by theintervalLiterallabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitIntervalLiteral(SqlBaseParser.IntervalLiteralContext ctx) Visit a parse tree produced by theintervalLiterallabeled alternative inSqlBaseParser.primaryExpression().