The only function that works out of the box is dijkstra(), otherwise you could write your own function that is optimized for your case. you could write it in Javascript under OrientDB Server function and then call it from SQL:
select myShortestPath(#8:32, #8:10, "2010-05-01") Best Regards, Luca Garulli Founder & CEO OrientDB <http://orientdb.com/> On 23 November 2015 at 23:27, scott molinari <[email protected]> wrote: > I believe Ricardo is looking for something like > > SELECT shortestPath(#8:32, #8:10) WHERE Workin = "2010-05-01" > > > Scott > > -- > > --- > 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.
