Top | ![]() |
![]() |
![]() |
![]() |
GArrowField * | garrow_field_new () |
GArrowField * | garrow_field_new_full () |
const gchar * | garrow_field_get_name () |
GArrowDataType * | garrow_field_get_data_type () |
gboolean | garrow_field_is_nullable () |
gboolean | garrow_field_equal () |
gchar * | garrow_field_to_string () |
GArrowField is a class for field. Field is metadata of a column. It has name, data type (GArrowDataType) and nullable information of the column.
GArrowField * garrow_field_new_full (const gchar *name
,GArrowDataType *data_type
,gboolean nullable
);
“field”
property“field” gpointer
The raw std::shared<arrow::Field> *.
Flags: Write / Construct Only