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