Hacker News new | ask | show | jobs
by arka2147483647 496 days ago
Why does sp::primitive_array<> even exist?

Should it not be std::array<>?

1 comments

This is really not the same thing at all.

sp::primitive_array holds memory following the Arrow specification, which can be operated upon in place from e.g. ArrowCpp, PyArrow, etc.