Uses of Class
io.trino.sql.parser.SqlBaseParser.RowsPerMatchContext
-
Packages that use SqlBaseParser.RowsPerMatchContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.RowsPerMatchContext in io.trino.sql.parser
Methods in io.trino.sql.parser that return SqlBaseParser.RowsPerMatchContext Modifier and Type Method Description SqlBaseParser.RowsPerMatchContextSqlBaseParser.PatternRecognitionContext. rowsPerMatch()SqlBaseParser.RowsPerMatchContextSqlBaseParser. rowsPerMatch()Methods in io.trino.sql.parser with parameters of type SqlBaseParser.RowsPerMatchContext Modifier and Type Method Description voidSqlBaseBaseListener. enterRowsPerMatch(SqlBaseParser.RowsPerMatchContext ctx)Enter a parse tree produced bySqlBaseParser.rowsPerMatch().voidSqlBaseListener. enterRowsPerMatch(SqlBaseParser.RowsPerMatchContext ctx)Enter a parse tree produced bySqlBaseParser.rowsPerMatch().voidSqlBaseBaseListener. exitRowsPerMatch(SqlBaseParser.RowsPerMatchContext ctx)Exit a parse tree produced bySqlBaseParser.rowsPerMatch().voidSqlBaseListener. exitRowsPerMatch(SqlBaseParser.RowsPerMatchContext ctx)Exit a parse tree produced bySqlBaseParser.rowsPerMatch().TSqlBaseBaseVisitor. visitRowsPerMatch(SqlBaseParser.RowsPerMatchContext ctx)Visit a parse tree produced bySqlBaseParser.rowsPerMatch().TSqlBaseVisitor. visitRowsPerMatch(SqlBaseParser.RowsPerMatchContext ctx)Visit a parse tree produced bySqlBaseParser.rowsPerMatch().
-