Uses of Class
io.trino.sql.parser.SqlBaseParser.UnboundedFrameContext
-
Packages that use SqlBaseParser.UnboundedFrameContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.UnboundedFrameContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.UnboundedFrameContext Modifier and Type Method Description voidSqlBaseBaseListener. enterUnboundedFrame(SqlBaseParser.UnboundedFrameContext ctx)Enter a parse tree produced by theunboundedFramelabeled alternative inSqlBaseParser.frameBound().voidSqlBaseListener. enterUnboundedFrame(SqlBaseParser.UnboundedFrameContext ctx)Enter a parse tree produced by theunboundedFramelabeled alternative inSqlBaseParser.frameBound().voidSqlBaseBaseListener. exitUnboundedFrame(SqlBaseParser.UnboundedFrameContext ctx)Exit a parse tree produced by theunboundedFramelabeled alternative inSqlBaseParser.frameBound().voidSqlBaseListener. exitUnboundedFrame(SqlBaseParser.UnboundedFrameContext ctx)Exit a parse tree produced by theunboundedFramelabeled alternative inSqlBaseParser.frameBound().TSqlBaseBaseVisitor. visitUnboundedFrame(SqlBaseParser.UnboundedFrameContext ctx)Visit a parse tree produced by theunboundedFramelabeled alternative inSqlBaseParser.frameBound().TSqlBaseVisitor. visitUnboundedFrame(SqlBaseParser.UnboundedFrameContext ctx)Visit a parse tree produced by theunboundedFramelabeled alternative inSqlBaseParser.frameBound().
-