Uses of Class
io.trino.jsonpath.JsonPathParser.PredicatePrimaryContext
-
Packages that use JsonPathParser.PredicatePrimaryContext Package Description io.trino.jsonpath -
-
Uses of JsonPathParser.PredicatePrimaryContext in io.trino.jsonpath
Subclasses of JsonPathParser.PredicatePrimaryContext in io.trino.jsonpath Modifier and Type Class Description static classJsonPathParser.ComparisonPredicateContextstatic classJsonPathParser.IsUnknownPredicateContextstatic classJsonPathParser.LikeRegexPredicateContextstatic classJsonPathParser.PredicatePrimaryDefaultContextstatic classJsonPathParser.StartsWithPredicateContextMethods in io.trino.jsonpath that return JsonPathParser.PredicatePrimaryContext Modifier and Type Method Description JsonPathParser.PredicatePrimaryContextJsonPathParser.PredicateDefaultContext. predicatePrimary()JsonPathParser.PredicatePrimaryContextJsonPathParser. predicatePrimary()Methods in io.trino.jsonpath with parameters of type JsonPathParser.PredicatePrimaryContext Modifier and Type Method Description voidJsonPathParser.PredicatePrimaryContext. copyFrom(JsonPathParser.PredicatePrimaryContext ctx)Constructors in io.trino.jsonpath with parameters of type JsonPathParser.PredicatePrimaryContext Constructor Description ComparisonPredicateContext(JsonPathParser.PredicatePrimaryContext ctx)IsUnknownPredicateContext(JsonPathParser.PredicatePrimaryContext ctx)LikeRegexPredicateContext(JsonPathParser.PredicatePrimaryContext ctx)PredicatePrimaryDefaultContext(JsonPathParser.PredicatePrimaryContext ctx)StartsWithPredicateContext(JsonPathParser.PredicatePrimaryContext ctx)
-