Uses of Class
io.trino.sql.parser.SqlBaseParser.LegacyArrayTypeContext
-
Packages that use SqlBaseParser.LegacyArrayTypeContext Package Description io.trino.sql.parser -
-
Uses of SqlBaseParser.LegacyArrayTypeContext in io.trino.sql.parser
Methods in io.trino.sql.parser with parameters of type SqlBaseParser.LegacyArrayTypeContext Modifier and Type Method Description voidSqlBaseBaseListener. enterLegacyArrayType(SqlBaseParser.LegacyArrayTypeContext ctx)Enter a parse tree produced by thelegacyArrayTypelabeled alternative inSqlBaseParser.type().voidSqlBaseListener. enterLegacyArrayType(SqlBaseParser.LegacyArrayTypeContext ctx)Enter a parse tree produced by thelegacyArrayTypelabeled alternative inSqlBaseParser.type().voidSqlBaseBaseListener. exitLegacyArrayType(SqlBaseParser.LegacyArrayTypeContext ctx)Exit a parse tree produced by thelegacyArrayTypelabeled alternative inSqlBaseParser.type().voidSqlBaseListener. exitLegacyArrayType(SqlBaseParser.LegacyArrayTypeContext ctx)Exit a parse tree produced by thelegacyArrayTypelabeled alternative inSqlBaseParser.type().TSqlBaseBaseVisitor. visitLegacyArrayType(SqlBaseParser.LegacyArrayTypeContext ctx)Visit a parse tree produced by thelegacyArrayTypelabeled alternative inSqlBaseParser.type().TSqlBaseVisitor. visitLegacyArrayType(SqlBaseParser.LegacyArrayTypeContext ctx)Visit a parse tree produced by thelegacyArrayTypelabeled alternative inSqlBaseParser.type().
-