Method
ArrowExtensionDataTypewrap_array
since: 3.0.0
Declaration [src]
GArrowExtensionArray*
garrow_extension_data_type_wrap_array (
GArrowExtensionDataType* data_type,
GArrowArray* storage
)
Parameters
storage
-
Type:
GArrowArray
A
GArrowArray
.The data is owned by the caller of the function.
Return value
Type: GArrowExtensionArray
The array that wraps underlying storage array.
The caller of the method takes ownership of the data, and is responsible for freeing it. |