Method

ArrowDictionaryArrayget_dictionary_data_type

deprecated: 1.0.0 since: 0.8.0

Declaration [src]

GArrowDictionaryDataType*
garrow_dictionary_array_get_dictionary_data_type (
  GArrowDictionaryArray* array
)

Description

No description available.

Available since: 0.8.0

Deprecated since: 1.0.0

Use garrow_array_get_value_data_type() instead.

Return value

Type: GArrowDictionaryDataType

The dictionary data type of this array.

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