Uses of Class
io.trino.grammar.sql.SqlBaseParser.RowConstructorContext
Packages that use SqlBaseParser.RowConstructorContext
-
Uses of SqlBaseParser.RowConstructorContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.RowConstructorContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterRowConstructor(SqlBaseParser.RowConstructorContext ctx) Enter a parse tree produced by therowConstructorlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterRowConstructor(SqlBaseParser.RowConstructorContext ctx) Enter a parse tree produced by therowConstructorlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitRowConstructor(SqlBaseParser.RowConstructorContext ctx) Exit a parse tree produced by therowConstructorlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitRowConstructor(SqlBaseParser.RowConstructorContext ctx) Exit a parse tree produced by therowConstructorlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitRowConstructor(SqlBaseParser.RowConstructorContext ctx) Visit a parse tree produced by therowConstructorlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitRowConstructor(SqlBaseParser.RowConstructorContext ctx) Visit a parse tree produced by therowConstructorlabeled alternative inSqlBaseParser.primaryExpression().