Method

ArrowChunkedArrayget_value_data_type

Declaration [src]

GArrowDataType*
garrow_chunked_array_get_value_data_type (
  GArrowChunkedArray* chunked_array
)

Description

No description available.
Available since:0.9.0

Return value

Returns: GArrowDataType
 

The GArrowDataType of the value of the chunked array.

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