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 orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to