spiraldb / vortex

A toolkit for working with compressed Arrow in-memory, on-disk, and over-the-wire
Apache License 2.0
92 stars 5 forks source link

ArrayData can contain child Arrays instead of just ArrayData #391

Closed robert3005 closed 2 weeks ago

robert3005 commented 2 weeks ago

If we end up slicing an Array we don't have to immediately convert it to ArrayData anymore. ArrayData is less special and some methods are moved to the Array enum