Hi Caleb, which API are you using? You can get this result just with a "SELECT FROM a FETCHPLAN *:-1"
2015-04-19 12:07 GMT+02:00 <[email protected]>: > Hi all, > > Suppose that I have a tree like this: > > -> d > | > -> b > | | > a---> -> e > | > - > c -> f > > when I do > >> select out(), out().out() from a > > > I would get something like > >> [a,[b,c],[d,e,f]] > > > how can I get something like > >> {a:[b:[d,e],c:[f]} > > > Thanks, > Caleb > > -- > > --- > 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. > -- --- 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.
