Zainab-Saad commented on issue #730:
URL: https://github.com/apache/age/issues/730#issuecomment-1483228940

   With PR # 736 being merged, the property of variable length edge can be 
summed as 
   `MATCH p = (a)-[e:label*]->(b)
   UNWIND (relationships(p)) AS x RETURN SUM(x.<edge_property_name>)
   `


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to