Method

ArrowRecordBatchexport

Declaration [src]

gboolean
garrow_record_batch_export (
  GArrowRecordBatch* record_batch,
  gpointer* c_abi_array,
  gpointer* c_abi_schema,
  GError** error
)

Description

No description available.
Available since:6.0.0

Parameters

c_abi_array gpointer*
 

Return location for a struct ArrowArray *. It should be freed with the ArrowArray::release callback then g_free() when no longer needed.

 The argument will be set by the function.
 The argument can be set to NULL.
c_abi_schema gpointer*
 

Return location for a struct ArrowSchema * or NULL. It should be freed with the ArrowSchema::release callback then g_free() when no longer needed.

 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.

Return value

Returns: gboolean
 

TRUE on success, FALSE on error.