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