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