jihot2000 commented on issue #220: URL: https://github.com/apache/incubator-age/issues/220#issuecomment-1135372280
@JoshInnis Thank you for your patience. Perhaps I have some mistakes. I said "I think the id in the graph is global" meas the id of a vertext inside a graph is global (Maybe this is wrong). For example, the ```id```s of a vertex with label "label1" and a vertext with label "label2" will never be the same. So I can query the two vertices using ```WHERE id(v) = $its_id``` without their labels. You said specify ```p``` with ```:head``` and replace ```v:node``` with ```v:tail``` in ```show_list_use_loop```. But that will certainly not get the right result. Because I want to get the nodes between head and tail not the head or the tail. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
