Uses of Class
io.trino.sql.parser.SqlBaseParser.IntervalLiteralContext
-
Packages that use SqlBaseParser.IntervalLiteralContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.IntervalLiteralContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.IntervalLiteralContext Modifier and Type Method Description voidSqlBaseBaseListener. 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().TSqlBaseBaseVisitor. visitIntervalLiteral(SqlBaseParser.IntervalLiteralContext ctx)Visit a parse tree produced by theintervalLiterallabeled alternative inSqlBaseParser.primaryExpression().TSqlBaseVisitor. visitIntervalLiteral(SqlBaseParser.IntervalLiteralContext ctx)Visit a parse tree produced by theintervalLiterallabeled alternative inSqlBaseParser.primaryExpression().
-