JuliaData / IndexedTables.jl

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

depend on less structarrays internals #267

Closed piever closed 4 years ago

piever commented 4 years ago

This reduces the dependency on internal functions of StructArrays. The only observable change is that collect_columns_flattened defaults to giving a Columns() placeholder (i.e. with no actual columns) of length 0 instead of trying to guess the columns using inference, but I think the code simplification is worth it. The behavior was already technically undefined.