HN Reader
New
Top
Best
Ask
Show
Job
Sparrow: C++20 Idiomatic APIs for the Apache Arrow Columnar Format
36
17
8 days ago
by tanelpoder
// You are responsible for releasing the structure in the end arrow_array.release(&arrow_array);
This doesn't look like RAII. How is this idiomatic for C++20? Why do you have to pass a pointer to "this" again as an explicit argument.
5 days ago
by levzettelin
The official arrow implementation is already in C++11, not sure what the value proposition of this is.
5 days ago
by mgaunard