Method

ArrowMapDataTypeget_item_type

since: 0.17.0

Declaration [src]

GArrowDataType*
garrow_map_data_type_get_item_type (
  GArrowMapDataType* map_data_type
)

Description

No description available.

Available since: 0.17.0

Return value

Type: GArrowDataType

The item type of the map.

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