cwida / duckpgq-extension

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

Return ELEMENT_ID() #16

Closed Dtenwolde closed 9 months ago

Dtenwolde commented 1 year ago

Allow one of the columns in the COLUMNS() list to be ELEMENT_ID(), this will return the rowid for that vertex or edge. So it will probably have to be a.element_id() for instance(?)

Dtenwolde commented 9 months ago

Made possible in https://github.com/cwida/duckpgq-extension/pull/69