Kùzu C++ API
Loading...
Searching...
No Matches
ArrowArray Struct Reference

#include <arrow.h>

Inheritance diagram for ArrowArray:
ArrowArrayWrapper

Public Attributes

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 ArrowArraydictionary
 
void(* release )(struct ArrowArray *)
 
void * private_data
 

Member Data Documentation

◆ buffers

const void** ArrowArray::buffers

◆ children

struct ArrowArray** ArrowArray::children

◆ dictionary

struct ArrowArray* ArrowArray::dictionary

◆ length

int64_t ArrowArray::length

◆ n_buffers

int64_t ArrowArray::n_buffers

◆ n_children

int64_t ArrowArray::n_children

◆ null_count

int64_t ArrowArray::null_count

◆ offset

int64_t ArrowArray::offset

◆ private_data

void* ArrowArray::private_data

◆ release

void(* ArrowArray::release) (struct ArrowArray *)

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