Uses of Class
io.trino.sql.parser.SqlBaseParser.RowConstructorContext
Packages that use SqlBaseParser.RowConstructorContext
-
Uses of SqlBaseParser.RowConstructorContext in io.trino.sql.parser
Methods in io.trino.sql.parser 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().