JuliaData / IndexedTables.jl

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

update to newer structarrays #257

Closed piever closed 5 years ago

piever commented 5 years ago

In the latest StructArrays release, now StructArray has an extra type parameter that encodes the index style (linear versus cartesian), so I'm updating arrayof to keep that into account.