Method

ArrowArrayget_value_data_type

since: 0.3.0

Declaration [src]

GArrowDataType*
garrow_array_get_value_data_type (
  GArrowArray* array
)

Description

No description available.

Available since: 0.3.0

Return value

Type: GArrowDataType

The GArrowDataType for each value of the array.

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