In our graph all edges are typed, so all links in your image would need to be distinctly named. And this is exactly what I am trying to recover -- give me all neighboring vertices and for each neighbor give me the type of edge that links to it.
Lev's solution works, but I'd prefer to do this in SQL, since we are talking to orientdb via pyorient and are yet to figure out how to work with gremlin tables in it -=- Leonid On Wednesday, December 23, 2015 at 6:38:16 PM UTC-5, [email protected] wrote: > > Hi, > I didn't understand very well what your query should do. > In a structure like this one below > > > > <https://lh3.googleusercontent.com/-CBZVkFqGf7o/VnswU3fNIRI/AAAAAAAAAAM/xQvAJHPU2uU/s1600/structure.png> > > > what would be the result? > > Regards, > Michela > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
