cpp arrow manage stream with incomplete records

2022-07-02 Thread L Ait
Hi, I need help to integrate arrow cpp in an open source storage project. In fact I built cpp library and can call api. I have a c++ code that reads data by chunks then uses some erasure code to rebuild original data. The rebuild is done in chunks , At each iteration I can access a buffer of rebui

arrow usage

2022-06-29 Thread L Ait
Hi, I would like to be added to the mailing list and would like it if there is some dedicated forum to ask some questions. I would like to integrate arrow cpp lib in an internal project. One question I would like to resolve is it possible to concat several chunks as a stream ? Idea is when usi