Uses of Class
org.apache.pinot.pql.parsers.PQL2Parser.TextMatchClauseContext
-
Packages that use PQL2Parser.TextMatchClauseContext Package Description org.apache.pinot.pql.parsers -
-
Uses of PQL2Parser.TextMatchClauseContext in org.apache.pinot.pql.parsers
Methods in org.apache.pinot.pql.parsers that return PQL2Parser.TextMatchClauseContext Modifier and Type Method Description PQL2Parser.TextMatchClauseContextPQL2Parser. textMatchClause()PQL2Parser.TextMatchClauseContextPQL2Parser.TextMatchPredicateContext. textMatchClause()Methods in org.apache.pinot.pql.parsers with parameters of type PQL2Parser.TextMatchClauseContext Modifier and Type Method Description voidPQL2BaseListener. enterTextMatchClause(PQL2Parser.TextMatchClauseContext ctx)Enter a parse tree produced byPQL2Parser.textMatchClause().voidPQL2Listener. enterTextMatchClause(PQL2Parser.TextMatchClauseContext ctx)Enter a parse tree produced byPQL2Parser.textMatchClause().voidPQL2BaseListener. exitTextMatchClause(PQL2Parser.TextMatchClauseContext ctx)Exit a parse tree produced byPQL2Parser.textMatchClause().voidPQL2Listener. exitTextMatchClause(PQL2Parser.TextMatchClauseContext ctx)Exit a parse tree produced byPQL2Parser.textMatchClause().
-