Method
ArrowExtensionDataTypewrap_chunked_array
Declaration [src]
GArrowChunkedArray*
garrow_extension_data_type_wrap_chunked_array (
GArrowExtensionDataType* data_type,
GArrowChunkedArray* storage
)
Parameters
storage |
GArrowChunkedArray |
A |
|
The data is owned by the caller of the function. |
Return value
Returns: | 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. |