JuliaData / IndexedTables.jl

Flexible tables with ordered indices
https://juliadb.org
MIT License
121 stars 37 forks source link

make IndexedTables compatible with StructArrays changes #269

Closed piever closed 4 years ago

piever commented 4 years ago

Now StructArrays (master, unreleased) passes the actual shape of the collected iterator to the initializer (to preserve it). This makes sure that the iterator is collected as a table backed by vectors (i.e. AbstractArray{T, 1}).