Method

ArrowExtensionDataTypewrap_array

Declaration [src]

GArrowExtensionArray*
garrow_extension_data_type_wrap_array (
  GArrowExtensionDataType* data_type,
  GArrowArray* storage
)

Description

No description available.
Available since:3.0.0

Parameters

storage GArrowArray
 

A GArrowArray.

 The data is owned by the caller of the function.

Return value

Returns: GArrowExtensionArray
 

The array that wraps underlying storage array.

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