Method
ArrowArrayview
Declaration [src]
GArrowArray*
garrow_array_view (
GArrowArray* array,
GArrowDataType* return_type,
GError** error
)
Parameters
return_type |
GArrowDataType |
A |
|
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | GArrowArray |
A zero-copy view of this array
with the given type. This method checks if the |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |