|
quasardb C API
|
ArrowDeviceArray type description. More...
#include <arrow_abi.h>
Data Fields | |
| struct ArrowArray | array |
| int64_t | device_id |
| The device id to identify a specific device. | |
| ArrowDeviceType | device_type |
| The type of device which can access this memory. | |
| void * | sync_event |
| An event-like object to synchronize on if needed. | |
| int64_t | reserved [3] |
| Reserved bytes for future expansion. | |
ArrowDeviceArray type description.
| struct ArrowArray ArrowDeviceArray::array |
the Allocated Array the buffers in the array (along with the buffers of any children) are what is allocated on the device.
1.8.5