Uses of Class
io.trino.sql.jsonpath.PathNodeRef
-
Packages that use PathNodeRef Package Description io.trino.sql.jsonpath -
-
Uses of PathNodeRef in io.trino.sql.jsonpath
Methods in io.trino.sql.jsonpath that return PathNodeRef Modifier and Type Method Description static <T extends PathNode>
PathNodeRef<T>PathNodeRef. of(T pathNode)
-