Uses of Class
io.trino.sql.parser.SqlBaseParser.SelectSingleContext
Packages that use SqlBaseParser.SelectSingleContext
-
Uses of SqlBaseParser.SelectSingleContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.SelectSingleContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterSelectSingle(SqlBaseParser.SelectSingleContext ctx) Enter a parse tree produced by theselectSinglelabeled alternative inSqlBaseParser.selectItem().voidSqlBaseListener.enterSelectSingle(SqlBaseParser.SelectSingleContext ctx) Enter a parse tree produced by theselectSinglelabeled alternative inSqlBaseParser.selectItem().voidSqlBaseBaseListener.exitSelectSingle(SqlBaseParser.SelectSingleContext ctx) Exit a parse tree produced by theselectSinglelabeled alternative inSqlBaseParser.selectItem().voidSqlBaseListener.exitSelectSingle(SqlBaseParser.SelectSingleContext ctx) Exit a parse tree produced by theselectSinglelabeled alternative inSqlBaseParser.selectItem().SqlBaseBaseVisitor.visitSelectSingle(SqlBaseParser.SelectSingleContext ctx) Visit a parse tree produced by theselectSinglelabeled alternative inSqlBaseParser.selectItem().SqlBaseVisitor.visitSelectSingle(SqlBaseParser.SelectSingleContext ctx) Visit a parse tree produced by theselectSinglelabeled alternative inSqlBaseParser.selectItem().