Package io.trino.sql.jsonpath.tree
Class PathNode
java.lang.Object
io.trino.sql.jsonpath.tree.PathNode
- Direct Known Subclasses:
Accessor,ArithmeticBinary,ArithmeticUnary,ContextVariable,JsonPath,LastIndexVariable,Literal,NamedVariable,Predicate,PredicateCurrentItemVariable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <R,C> R accept(JsonPathTreeVisitor<R, C> visitor, C context)
-
Constructor Details
-
PathNode
public PathNode()
-
-
Method Details
-
accept
-