|
Kuzu C API
|
#include <kuzu.h>
Data Fields | |
| int64_t | length |
| int64_t | null_count |
| int64_t | offset |
| int64_t | n_buffers |
| int64_t | n_children |
| const void ** | buffers |
| struct ArrowArray ** | children |
| struct ArrowArray * | dictionary |
| void(* | release )(struct ArrowArray *) |
| void * | private_data |
| const void** ArrowArray::buffers |
| struct ArrowArray** ArrowArray::children |
| struct ArrowArray* ArrowArray::dictionary |
| int64_t ArrowArray::length |
| int64_t ArrowArray::n_buffers |
| int64_t ArrowArray::n_children |
| int64_t ArrowArray::null_count |
| int64_t ArrowArray::offset |
| void* ArrowArray::private_data |
| void(* ArrowArray::release) (struct ArrowArray *) |