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