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

Clean up list function implementations #3385

Closed acquamarin closed 2 weeks ago

acquamarin commented 2 weeks ago

This PR cleans up list function implementations:

  1. Move implementations of list operations to cpp
  2. Replace large switch/case block with Typeutils::visit()

TODO: Add INT128, UINT types to numeric types.