If given the query (a)-[b where b.val > 100]->*(c)
A way to handle the filter would be to create a csr only on the filtered edges. Have to check if the standard even allows such a thing. Supporting horizontal aggregation 'sum(b.val)' seems tricky though.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If given the query (a)-[b where b.val > 100]->*(c) A way to handle the filter would be to create a csr only on the filtered edges. Have to check if the standard even allows such a thing. Supporting horizontal aggregation 'sum(b.val)' seems tricky though.