Uses of Class
io.trino.sql.parser.SqlBaseParser.RollupContext
-
Packages that use SqlBaseParser.RollupContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.RollupContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.RollupContext Modifier and Type Method Description voidSqlBaseBaseListener. enterRollup(SqlBaseParser.RollupContext ctx)Enter a parse tree produced by therolluplabeled alternative inSqlBaseParser.groupingElement().voidSqlBaseListener. enterRollup(SqlBaseParser.RollupContext ctx)Enter a parse tree produced by therolluplabeled alternative inSqlBaseParser.groupingElement().voidSqlBaseBaseListener. exitRollup(SqlBaseParser.RollupContext ctx)Exit a parse tree produced by therolluplabeled alternative inSqlBaseParser.groupingElement().voidSqlBaseListener. exitRollup(SqlBaseParser.RollupContext ctx)Exit a parse tree produced by therolluplabeled alternative inSqlBaseParser.groupingElement().TSqlBaseBaseVisitor. visitRollup(SqlBaseParser.RollupContext ctx)Visit a parse tree produced by therolluplabeled alternative inSqlBaseParser.groupingElement().TSqlBaseVisitor. visitRollup(SqlBaseParser.RollupContext ctx)Visit a parse tree produced by therolluplabeled alternative inSqlBaseParser.groupingElement().
-