Constructor
ArrowFixedSizeListDataTypenew_field
since: 21.0.0
Declaration [src]
GArrowFixedSizeListDataType*
garrow_fixed_size_list_data_type_new_field (
GArrowField* field,
gint32 list_size
)
Parameters
field-
Type:
GArrowFieldThe field of lists.
The data is owned by the caller of the function. list_size-
Type:
gint32The size of value.
Return value
Type: GArrowFixedSizeListDataType
A newly created fixed size list data type.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |