Is there support in orientdb that support group by/ aggregate data function
dint see any examples in there http://www.orientechnologies.com/docs/last/Functions.html select user_id, my_agg_function(*) from Class group by user_id; my_agg_function(Object[] parameters) { body.... } -- --- 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.
