Method

ArrowRecordBatchserialize

Declaration [src]

GArrowBuffer*
garrow_record_batch_serialize (
  GArrowRecordBatch* record_batch,
  GArrowWriteOptions* options,
  GError** error
)

Description

No description available.
Available since:1.0.0

Parameters

options GArrowWriteOptions
 

A GArrowWriteOptions.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: GArrowBuffer
 

The newly allocated GArrowBuffer that contains a serialized record batch or NULL on error.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The return value can be NULL.