Uses of Class
io.trino.sql.parser.SqlBaseParser.RowConstructorContext
-
Packages that use SqlBaseParser.RowConstructorContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.RowConstructorContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.RowConstructorContext Modifier and Type Method Description voidSqlBaseBaseListener. 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().TSqlBaseBaseVisitor. visitRowConstructor(SqlBaseParser.RowConstructorContext ctx)Visit a parse tree produced by therowConstructorlabeled alternative inSqlBaseParser.primaryExpression().TSqlBaseVisitor. visitRowConstructor(SqlBaseParser.RowConstructorContext ctx)Visit a parse tree produced by therowConstructorlabeled alternative inSqlBaseParser.primaryExpression().
-