Uses of Class
io.trino.sql.jsonpath.tree.Predicate
-
Packages that use Predicate Package Description io.trino.sql.jsonpath.tree -
-
Uses of Predicate in io.trino.sql.jsonpath.tree
Subclasses of Predicate in io.trino.sql.jsonpath.tree Modifier and Type Class Description classComparisonPredicateclassConjunctionPredicateclassDisjunctionPredicateclassExistsPredicateclassIsUnknownPredicateclassLikeRegexPredicateclassNegationPredicateclassStartsWithPredicateMethods in io.trino.sql.jsonpath.tree that return Predicate Modifier and Type Method Description PredicateConjunctionPredicate. getLeft()PredicateDisjunctionPredicate. getLeft()PredicateFilter. getPredicate()PredicateIsUnknownPredicate. getPredicate()PredicateNegationPredicate. getPredicate()PredicateConjunctionPredicate. getRight()PredicateDisjunctionPredicate. getRight()Methods in io.trino.sql.jsonpath.tree with parameters of type Predicate Modifier and Type Method Description protected RJsonPathTreeVisitor. visitPredicate(Predicate node, C context)Constructors in io.trino.sql.jsonpath.tree with parameters of type Predicate Constructor Description ConjunctionPredicate(Predicate left, Predicate right)DisjunctionPredicate(Predicate left, Predicate right)Filter(PathNode base, Predicate predicate)IsUnknownPredicate(Predicate predicate)NegationPredicate(Predicate predicate)
-