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
)

Description

No description available.

Available since: 21.0.0

Parameters

value_type

Type: GArrowDataType

The data type of an element of each list.

The data is owned by the caller of the function.
list_size

Type: gint32

The 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.