Method

ArrowFixedSizeListArrayget_value_type

since: 23.0.0

Declaration [src]

GArrowDataType*
garrow_fixed_size_list_array_get_value_type (
  GArrowFixedSizeListArray* array
)

Description

No description available.

Available since: 23.0.0

Return value

Type: GArrowDataType

The data type of value in each list.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.