cwida / duckpgq-extension

DuckDB extension that adds support for SQL/PGQ
https://duckpgq.notion.site/b8ac652667964f958bfada1c3e53f1bb?v=3b47a8d44bdf4e0c8b503bf23f1b76f2
MIT License
74 stars 7 forks source link

Edge traversals with filter #51

Open Dtenwolde opened 1 year ago

Dtenwolde commented 1 year ago

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.

github-actions[bot] commented 2 months ago

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.