Method
ArrowExtensionArrayget_storage
Declaration [src]
GArrowArray*
garrow_extension_array_get_storage (
GArrowExtensionArray* array
)
Description
No description available.
| Available since: | 3.0.0 |
| Gets property | Arrow.ExtensionArray:storage |
Return value
| Returns: | GArrowArray |
The underlying storage of the array. |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. |