Method
ArrowExtensionArrayget_storage
since: 3.0.0
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
Type: GArrowArray
The underlying storage of the array.
The caller of the method takes ownership of the data, and is responsible for freeing it. |