Uses of Class
io.trino.grammar.sql.SqlBaseParser.JsonExistsContext
Packages that use SqlBaseParser.JsonExistsContext
-
Uses of SqlBaseParser.JsonExistsContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.JsonExistsContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterJsonExists(SqlBaseParser.JsonExistsContext ctx) Enter a parse tree produced by thejsonExistslabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.enterJsonExists(SqlBaseParser.JsonExistsContext ctx) Enter a parse tree produced by thejsonExistslabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseBaseListener.exitJsonExists(SqlBaseParser.JsonExistsContext ctx) Exit a parse tree produced by thejsonExistslabeled alternative inSqlBaseParser.primaryExpression().voidSqlBaseListener.exitJsonExists(SqlBaseParser.JsonExistsContext ctx) Exit a parse tree produced by thejsonExistslabeled alternative inSqlBaseParser.primaryExpression().SqlBaseBaseVisitor.visitJsonExists(SqlBaseParser.JsonExistsContext ctx) Visit a parse tree produced by thejsonExistslabeled alternative inSqlBaseParser.primaryExpression().SqlBaseVisitor.visitJsonExists(SqlBaseParser.JsonExistsContext ctx) Visit a parse tree produced by thejsonExistslabeled alternative inSqlBaseParser.primaryExpression().