kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.07k stars 77 forks source link

Refactor list_range and list_sort functions #3393

Closed acquamarin closed 2 weeks ago

acquamarin commented 2 weeks ago

This PR refactors list_sort and list_range so they both support all integer types. Also implements constptrcast() function to extraType class.