Uses of Class
io.trino.grammar.sql.SqlBaseParser.JsonRepresentationContext
Packages that use SqlBaseParser.JsonRepresentationContext
-
Uses of SqlBaseParser.JsonRepresentationContext in io.trino.grammar.sql
Methods in io.trino.grammar.sql that return SqlBaseParser.JsonRepresentationContextModifier and TypeMethodDescriptionSqlBaseParser.JsonArrayContext.jsonRepresentation()SqlBaseParser.JsonObjectContext.jsonRepresentation()SqlBaseParser.JsonQueryContext.jsonRepresentation()SqlBaseParser.jsonRepresentation()SqlBaseParser.JsonValueExpressionContext.jsonRepresentation()SqlBaseParser.QueryColumnContext.jsonRepresentation()Methods in io.trino.grammar.sql with parameters of type SqlBaseParser.JsonRepresentationContextModifier and TypeMethodDescriptionvoidSqlBaseBaseListener.enterJsonRepresentation(SqlBaseParser.JsonRepresentationContext ctx) Enter a parse tree produced bySqlBaseParser.jsonRepresentation().voidSqlBaseListener.enterJsonRepresentation(SqlBaseParser.JsonRepresentationContext ctx) Enter a parse tree produced bySqlBaseParser.jsonRepresentation().voidSqlBaseBaseListener.exitJsonRepresentation(SqlBaseParser.JsonRepresentationContext ctx) Exit a parse tree produced bySqlBaseParser.jsonRepresentation().voidSqlBaseListener.exitJsonRepresentation(SqlBaseParser.JsonRepresentationContext ctx) Exit a parse tree produced bySqlBaseParser.jsonRepresentation().SqlBaseBaseVisitor.visitJsonRepresentation(SqlBaseParser.JsonRepresentationContext ctx) Visit a parse tree produced bySqlBaseParser.jsonRepresentation().SqlBaseVisitor.visitJsonRepresentation(SqlBaseParser.JsonRepresentationContext ctx) Visit a parse tree produced bySqlBaseParser.jsonRepresentation().