quasardb C API
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ArrowDeviceArray Struct Reference

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.
 

Detailed Description

ArrowDeviceArray type description.

Field Documentation

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.


The documentation for this struct was generated from the following file: