Method
ArrowArrayexport
Declaration [src]
gboolean
garrow_array_export (
GArrowArray* array,
gpointer* c_abi_array,
gpointer* c_abi_schema,
GError** error
)
Parameters
c_abi_array |
gpointer* |
Return location for a |
|
The argument will be set by the function. | |
The argument can be set to NULL . | |
c_abi_schema |
gpointer* |
Return location for a
|
|
The argument will be set by the function. | |
The argument can be set to NULL . | |
error |
GError ** |
The return location for a GError* , or NULL . |