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