top | item 42896979

(no title)

arka2147483647 | 1 year ago

Why does sp::primitive_array<> even exist?

Should it not be std::array<>?

discuss

order

SylvainCorlay|1 year ago

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.