Package io.trino.sql.jsonpath.tree
Class ContextVariable
- java.lang.Object
-
- io.trino.sql.jsonpath.tree.PathNode
-
- io.trino.sql.jsonpath.tree.ContextVariable
-
public class ContextVariable extends PathNode
-
-
Constructor Summary
Constructors Constructor Description ContextVariable()
-
-
-
Method Detail
-
accept
public <R,C> R accept(JsonPathTreeVisitor<R,C> visitor, C context)
-
-