Hi.

I am interesting at looking at the subgraph connected to a particular 
vertex. So I'm interested in both the neighboring vertices and the 
particular type(s) of edges that link to them. Is there a way to get those 
in a same query?

Basically I am looking to run something like 
select @class, expand(outV()) from (select expand(in()) from <vertex id>)

Except a version that works. This query, surprisingly enough, is identical 
to 
select expand(outV()) from (select expand(in()) from <vertex id>)


-- 

--- 
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.

Reply via email to