Method

ArrowMapArrayget_keys

Declaration [src]

GArrowArray*
garrow_map_array_get_keys (
  GArrowMapArray* array
)

Description

No description available.
Available since:0.17.0
Gets propertyArrow.MapArray:keys

Return value

Returns: GArrowArray
 

The Array containing key values.

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