Method

ArrowArrayget_value_data_type

Declaration [src]

GArrowDataType*
garrow_array_get_value_data_type (
  GArrowArray* array
)

Description

No description available.
Available since:0.3.0

Return value

Returns: 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.