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