Hello,
I'm trying to get the execution plan for my OSQL query.

I have done that :

Object res =  graphDb.command(new OSQLSynchQuery<Object>("profile select 
count(*) as size,age from Person where age >= 5 group by age"));


Now how can i get the query plan form res ?

 (Im using the graph API)

-- 

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