sparrow 0.3.0
|
#include <c_interface.hpp>
Public Attributes | |
const char * | format |
const char * | name |
const char * | metadata |
int64_t | flags |
int64_t | n_children |
struct ArrowSchema ** | children |
struct ArrowSchema * | dictionary |
void(* | release )(struct ArrowSchema *) |
void * | private_data |
Definition at line 29 of file c_interface.hpp.
struct ArrowSchema** ArrowSchema::children |
Definition at line 37 of file c_interface.hpp.
struct ArrowSchema* ArrowSchema::dictionary |
Definition at line 38 of file c_interface.hpp.
int64_t ArrowSchema::flags |
Definition at line 35 of file c_interface.hpp.
const char* ArrowSchema::format |
Definition at line 32 of file c_interface.hpp.
const char* ArrowSchema::metadata |
Definition at line 34 of file c_interface.hpp.
int64_t ArrowSchema::n_children |
Definition at line 36 of file c_interface.hpp.
const char* ArrowSchema::name |
Definition at line 33 of file c_interface.hpp.
void* ArrowSchema::private_data |
Definition at line 43 of file c_interface.hpp.
void(* ArrowSchema::release) (struct ArrowSchema *) |
Definition at line 41 of file c_interface.hpp.