Constructor
ArrowFixedSizeListDataTypenew_data_type
since: 21.0.0
Declaration [src]
GArrowFixedSizeListDataType*
garrow_fixed_size_list_data_type_new_data_type (
GArrowDataType* value_type,
gint32 list_size
)
Parameters
value_type-
Type:
GArrowDataTypeThe data type of an element of each list.
The data is owned by the caller of the function. list_size-
Type:
gint32The size of each list.
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. |