Uses of Class
org.apache.pinot.pql.parsers.PQL2Parser.JsonMatchClauseContext
-
Packages that use PQL2Parser.JsonMatchClauseContext Package Description org.apache.pinot.pql.parsers -
-
Uses of PQL2Parser.JsonMatchClauseContext in org.apache.pinot.pql.parsers
Methods in org.apache.pinot.pql.parsers that return PQL2Parser.JsonMatchClauseContext Modifier and Type Method Description PQL2Parser.JsonMatchClauseContextPQL2Parser. jsonMatchClause()PQL2Parser.JsonMatchClauseContextPQL2Parser.JsonMatchPredicateContext. jsonMatchClause()Methods in org.apache.pinot.pql.parsers with parameters of type PQL2Parser.JsonMatchClauseContext Modifier and Type Method Description voidPQL2BaseListener. enterJsonMatchClause(PQL2Parser.JsonMatchClauseContext ctx)Enter a parse tree produced byPQL2Parser.jsonMatchClause().voidPQL2Listener. enterJsonMatchClause(PQL2Parser.JsonMatchClauseContext ctx)Enter a parse tree produced byPQL2Parser.jsonMatchClause().voidPQL2BaseListener. exitJsonMatchClause(PQL2Parser.JsonMatchClauseContext ctx)Exit a parse tree produced byPQL2Parser.jsonMatchClause().voidPQL2Listener. exitJsonMatchClause(PQL2Parser.JsonMatchClauseContext ctx)Exit a parse tree produced byPQL2Parser.jsonMatchClause().
-