Package io.trino.sql.jsonpath.tree
Class StartsWithPredicate
- java.lang.Object
-
- io.trino.sql.jsonpath.tree.PathNode
-
- io.trino.sql.jsonpath.tree.Predicate
-
- io.trino.sql.jsonpath.tree.StartsWithPredicate
-
public class StartsWithPredicate extends Predicate
-
-
Constructor Summary
Constructors Constructor Description StartsWithPredicate(PathNode whole, PathNode initial)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(JsonPathTreeVisitor<R,C> visitor, C context)PathNodegetInitial()PathNodegetWhole()
-
-
-
Method Detail
-
accept
public <R,C> R accept(JsonPathTreeVisitor<R,C> visitor, C context)
-
getWhole
public PathNode getWhole()
-
getInitial
public PathNode getInitial()
-
-