Constructor

ArrowFixedSizeListDataTypenew_field

since: 21.0.0

Declaration [src]

GArrowFixedSizeListDataType*
garrow_fixed_size_list_data_type_new_field (
  GArrowField* field,
  gint32 list_size
)

Description

No description available.

Available since: 21.0.0

Parameters

field

Type: GArrowField

The field of lists.

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

Type: gint32

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