Uses of Class
io.trino.sql.parser.SqlBaseParser.FrameBoundContext
-
Packages that use SqlBaseParser.FrameBoundContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.FrameBoundContext in io.trino.sql.parser
Subclasses of SqlBaseParser.FrameBoundContext in io.trino.sql.parser Modifier and Type Class Description static classSqlBaseParser.BoundedFrameContextstatic classSqlBaseParser.CurrentRowBoundContextstatic classSqlBaseParser.UnboundedFrameContextFields in io.trino.sql.parser declared as SqlBaseParser.FrameBoundContext Modifier and Type Field Description SqlBaseParser.FrameBoundContextSqlBaseParser.FrameExtentContext. endSqlBaseParser.FrameBoundContextSqlBaseParser.FrameExtentContext. startMethods in io.trino.sql.parser that return SqlBaseParser.FrameBoundContext Modifier and Type Method Description SqlBaseParser.FrameBoundContextSqlBaseParser. frameBound()SqlBaseParser.FrameBoundContextSqlBaseParser.FrameExtentContext. frameBound(int i)Methods in io.trino.sql.parser that return types with arguments of type SqlBaseParser.FrameBoundContext Modifier and Type Method Description List<SqlBaseParser.FrameBoundContext>SqlBaseParser.FrameExtentContext. frameBound()Methods in io.trino.sql.parser with parameters of type SqlBaseParser.FrameBoundContext Modifier and Type Method Description voidSqlBaseParser.FrameBoundContext. copyFrom(SqlBaseParser.FrameBoundContext ctx)Constructors in io.trino.sql.parser with parameters of type SqlBaseParser.FrameBoundContext Constructor Description BoundedFrameContext(SqlBaseParser.FrameBoundContext ctx)CurrentRowBoundContext(SqlBaseParser.FrameBoundContext ctx)UnboundedFrameContext(SqlBaseParser.FrameBoundContext ctx)
-