PATHS Query Statistic

Hello All!
I am traversing a graph using the PATHS query and was wondering if I can combine the PATHS query with functions like COUNT to measure the returned paths’ length and other statistic values about the returned paths like average paths length.
I was also wondering how I can combined the PATHS with SELECT type queries?

Thanks in advance,

Currently it’s not supported so you’d have to do it on the client side. We plan to support it in the future (as well as path graph patterns within the WHERE block of other kind of queries).

Best,
Pavel

Many Thanks Pavel, looking forward to the new features.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.