cwida / duckpgq-extension

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

Cost expression in subpath #24

Closed Dtenwolde closed 1 month ago

Dtenwolde commented 1 year ago

SQL/PGQ marked cost as a language opportunity (a:Person)-[k:Knows COST b_expr DefaultOptional)]->(b:Person) This will be part of a subpath

Dtenwolde commented 1 month ago

Duplicate of #14