Constructor
ArrowFieldnew_full
Declaration [src]
GArrowField*
garrow_field_new_full (
const gchar* name,
GArrowDataType* data_type,
gboolean nullable
)
Parameters
name |
const gchar* |
The name of the field. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
data_type |
GArrowDataType |
The data type of the field. |
|
The data is owned by the caller of the function. | |
nullable |
gboolean |
Whether null may be included or not. |
Return value
Returns: | GArrowField |
A newly created |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |