Package io.trino.sql.jsonpath.tree
Class Predicate
- java.lang.Object
-
- io.trino.sql.jsonpath.tree.PathNode
-
- io.trino.sql.jsonpath.tree.Predicate
-
- Direct Known Subclasses:
ComparisonPredicate,ConjunctionPredicate,DisjunctionPredicate,ExistsPredicate,IsUnknownPredicate,LikeRegexPredicate,NegationPredicate,StartsWithPredicate
public abstract class Predicate extends PathNode
-
-
Constructor Summary
Constructors Constructor Description Predicate()
-
-
-
Method Detail
-
accept
public <R,C> R accept(JsonPathTreeVisitor<R,C> visitor, C context)
-
-