JuliaIO / Parquet.jl

Julia implementation of Parquet columnar file format reader
Other
119 stars 32 forks source link

Better colnames #69

Closed xiaodaigh closed 4 years ago

xiaodaigh commented 4 years ago

The colnames for a ParFile returns a set. Usually, we want to return a vector in the SAME order as the columns appear.

This achieves that.

xiaodaigh commented 4 years ago

superseded by #71