Uses of Class
io.trino.sql.parser.SqlBaseParser.ArrayConstructorContext
Packages that use SqlBaseParser.ArrayConstructorContext
-
Uses of SqlBaseParser.ArrayConstructorContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.ArrayConstructorContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterArrayConstructor(SqlBaseParser.ArrayConstructorContext ctx) Enter a parse tree produced by thearrayConstructorlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterArrayConstructor(SqlBaseParser.ArrayConstructorContext ctx) Enter a parse tree produced by thearrayConstructorlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitArrayConstructor(SqlBaseParser.ArrayConstructorContext ctx) Exit a parse tree produced by thearrayConstructorlabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitArrayConstructor(SqlBaseParser.ArrayConstructorContext ctx) Exit a parse tree produced by thearrayConstructorlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitArrayConstructor(SqlBaseParser.ArrayConstructorContext ctx) Visit a parse tree produced by thearrayConstructorlabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitArrayConstructor(SqlBaseParser.ArrayConstructorContext ctx) Visit a parse tree produced by thearrayConstructorlabeled alternative inSqlBaseParser.primaryExpression().