Uses of Class
io.trino.sql.parser.SqlBaseParser.RangeTypeContext
-
Packages that use SqlBaseParser.RangeTypeContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.RangeTypeContext in io.trino.sql.parser
Methods in io.trino.sql.parser that return SqlBaseParser.RangeTypeContext Modifier and Type Method Description SqlBaseParser.RangeTypeContextSqlBaseParser.QueryPeriodContext. rangeType()SqlBaseParser.RangeTypeContextSqlBaseParser. rangeType()Methods in io.trino.sql.parser with parameters of type SqlBaseParser.RangeTypeContext Modifier and Type Method Description voidSqlBaseBaseListener. enterRangeType(SqlBaseParser.RangeTypeContext ctx)Enter a parse tree produced bySqlBaseParser.rangeType().voidSqlBaseListener. enterRangeType(SqlBaseParser.RangeTypeContext ctx)Enter a parse tree produced bySqlBaseParser.rangeType().voidSqlBaseBaseListener. exitRangeType(SqlBaseParser.RangeTypeContext ctx)Exit a parse tree produced bySqlBaseParser.rangeType().voidSqlBaseListener. exitRangeType(SqlBaseParser.RangeTypeContext ctx)Exit a parse tree produced bySqlBaseParser.rangeType().TSqlBaseBaseVisitor. visitRangeType(SqlBaseParser.RangeTypeContext ctx)Visit a parse tree produced bySqlBaseParser.rangeType().TSqlBaseVisitor. visitRangeType(SqlBaseParser.RangeTypeContext ctx)Visit a parse tree produced bySqlBaseParser.rangeType().
-