Return the node at a given distance into the path.
Note that the result is undefined if the value is not of type NEO4J_PATH.
@param value The neo4j path. @param hops The number of hops (distance). @return A neo4j value enconding the Node.
See Implementation
Return the node at a given distance into the path.
Note that the result is undefined if the value is not of type NEO4J_PATH.
@param value The neo4j path. @param hops The number of hops (distance). @return A neo4j value enconding the Node.