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: Nov 06 2024 at 04:40 UTC