Package io.trino.sql.jsonpath.tree
Class NegationPredicate
- java.lang.Object
-
- io.trino.sql.jsonpath.tree.PathNode
-
- io.trino.sql.jsonpath.tree.Predicate
-
- io.trino.sql.jsonpath.tree.NegationPredicate
-
public class NegationPredicate extends Predicate
-
-
Constructor Summary
Constructors Constructor Description NegationPredicate(Predicate predicate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(JsonPathTreeVisitor<R,C> visitor, C context)PredicategetPredicate()
-
-
-
Constructor Detail
-
NegationPredicate
public NegationPredicate(Predicate predicate)
-
-
Method Detail
-
accept
public <R,C> R accept(JsonPathTreeVisitor<R,C> visitor, C context)
-
getPredicate
public Predicate getPredicate()
-
-