|
sparrow 1.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 25 of file c_interface.hpp.
| struct ArrowSchema** ArrowSchema::children |
Definition at line 33 of file c_interface.hpp.
| struct ArrowSchema* ArrowSchema::dictionary |
Definition at line 34 of file c_interface.hpp.
| int64_t ArrowSchema::flags |
Definition at line 31 of file c_interface.hpp.
| const char* ArrowSchema::format |
Definition at line 28 of file c_interface.hpp.
| const char* ArrowSchema::metadata |
Definition at line 30 of file c_interface.hpp.
| int64_t ArrowSchema::n_children |
Definition at line 32 of file c_interface.hpp.
| const char* ArrowSchema::name |
Definition at line 29 of file c_interface.hpp.
| void* ArrowSchema::private_data |
Definition at line 39 of file c_interface.hpp.
| void(* ArrowSchema::release) (struct ArrowSchema *) |
Definition at line 37 of file c_interface.hpp.