dantrim / parquet-writer

A C++ library for easily writing Parquet files containing columns of (mostly) any type you wish.
https://parquet-writer.readthedocs.io
MIT License
8 stars 3 forks source link

Simplify and remove most of these #29

Closed dantrim closed 3 years ago

dantrim commented 3 years ago

https://github.com/dantrim/parquet-writer/blob/fa1b24a97d3f1e0df15428619dc90092db0ae9fd/src/cpp/parquet_writer_types.h#L59

dantrim commented 3 years ago

addressed in #30