|
| void | Init () |
| | Initialize all fields.
|
| |
|
|
const char * | format |
| | Array type description.
|
| |
|
const char * | name |
| |
|
const char * | metadata |
| |
|
int64_t | flags |
| |
|
int64_t | n_children |
| |
|
struct ArrowSchema ** | children |
| |
|
struct ArrowSchema * | dictionary |
| |
|
void(* | release )(struct ArrowSchema *) |
| | Release callback.
|
| |
|
void * | private_data |
| | Opaque producer-specific data.
|
| |
◆ Init()
| void ArrowSchema::Init |
( |
| ) |
|
|
inline |
Initialize all fields.
11279 {
11280 flags = 0;
11281 n_children = 0;
11284 }
void * private_data
Opaque producer-specific data.
Definition duckdb.hpp:11276
void(* release)(struct ArrowSchema *)
Release callback.
Definition duckdb.hpp:11274
The documentation for this struct was generated from the following file: