353solutions / carrow

Go wrapper for Apache Arrow C++
https://arrow.apache.org/
BSD 3-Clause "New" or "Revised" License
15 stars 0 forks source link

More arrow types #23

Open tebeka opened 5 years ago

tebeka commented 5 years ago

Support more arrow types (maybe auto generate)

yonidavidson commented 5 years ago

Will use Go generate. @tebeka do we also want to generate the C++ code in this task?

yonidavidson commented 5 years ago

@tebeka looking for a simple generic template and found the most starred package is: https://github.com/cheekybits/genny

Do you feel like adding this as a tool for us?

yonidavidson commented 5 years ago

After reading a bit more I can probably do c++ and go using go templates and generate. We can generate more then 50% of our code IMO

tebeka commented 5 years ago

I'm +1 on auto generating as much code as possible. However keep the code simple, if strings/timestamp make the code complex - do it just for numbers.