Package io.trino.sql.jsonpath.tree
Class IsUnknownPredicate
- java.lang.Object
-
- io.trino.sql.jsonpath.tree.PathNode
-
- io.trino.sql.jsonpath.tree.Predicate
-
- io.trino.sql.jsonpath.tree.IsUnknownPredicate
-
public class IsUnknownPredicate extends Predicate
-
-
Constructor Summary
Constructors Constructor Description IsUnknownPredicate(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
-
IsUnknownPredicate
public IsUnknownPredicate(Predicate predicate)
-
-
Method Detail
-
accept
public <R,C> R accept(JsonPathTreeVisitor<R,C> visitor, C context)
-
getPredicate
public Predicate getPredicate()
-
-