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