Package io.trino.sql.jsonpath.tree
Class JsonPath
- java.lang.Object
-
- io.trino.sql.jsonpath.tree.PathNode
-
- io.trino.sql.jsonpath.tree.JsonPath
-
public class JsonPath extends PathNode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R,C>
Raccept(JsonPathTreeVisitor<R,C> visitor, C context)PathNodegetRoot()booleanisLax()
-
-
-
Constructor Detail
-
JsonPath
public JsonPath(boolean lax, PathNode root)
-
-
Method Detail
-
accept
public <R,C> R accept(JsonPathTreeVisitor<R,C> visitor, C context)
-
isLax
public boolean isLax()
-
getRoot
public PathNode getRoot()
-
-