Method

ArrowExtensionDataTypewrap_chunked_array

Declaration [src]

GArrowChunkedArray*
garrow_extension_data_type_wrap_chunked_array (
  GArrowExtensionDataType* data_type,
  GArrowChunkedArray* storage
)

Description

No description available.
Available since:3.0.0

Parameters

storage GArrowChunkedArray
 

A GArrowChunkedArray.

 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.