Method
ArrowExtensionDataTypewrap_array
Declaration [src]
GArrowExtensionArray*
garrow_extension_data_type_wrap_array (
  GArrowExtensionDataType* data_type,
  GArrowArray* storage
)
      Parameters
storage | 
            GArrowArray | 
          
A   | 
          |
| 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. |