Moelf commented on issue #452: URL: https://github.com/apache/arrow-julia/issues/452#issuecomment-1579113922
Yeah well that's too strong, when you have a jagged column, it's best to not return Vector for each element because that copies. Arrow stores jagged column as one data column and one offset column, like VectorOfVectors from (ArratOrArrays.jl). So really the promise is that each element will be :<AbstractVector -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
