From the documentation of Arrow.jl it seems that the data is not loaded into memory when reading the file. If my understanding here is correct, what would be a good way to concatenate several Arrow.jl arrays/tables without everything ending up as normal Array
s in memory? ComponentArrays.jl?
Last updated: Mar 04 2025 at 04:41 UTC