Uses of Class
io.trino.sql.jsonpath.tree.ArrayAccessor.Subscript
-
Packages that use ArrayAccessor.Subscript Package Description io.trino.sql.jsonpath.tree -
-
Uses of ArrayAccessor.Subscript in io.trino.sql.jsonpath.tree
Methods in io.trino.sql.jsonpath.tree that return types with arguments of type ArrayAccessor.Subscript Modifier and Type Method Description List<ArrayAccessor.Subscript>ArrayAccessor. getSubscripts()Constructor parameters in io.trino.sql.jsonpath.tree with type arguments of type ArrayAccessor.Subscript Constructor Description ArrayAccessor(PathNode base, List<ArrayAccessor.Subscript> subscripts)
-