Method

ArrowOutputStreamwrite_record_batch

Declaration [src]

gint64
garrow_output_stream_write_record_batch (
  GArrowOutputStream* stream,
  GArrowRecordBatch* record_batch,
  GArrowWriteOptions* options,
  GError** error
)

Description

No description available.
Available since:1.0.0

Parameters

record_batch GArrowRecordBatch
 

A GArrowRecordBatch to be written.

 The data is owned by the caller of the function.
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: gint64
 

The number of written bytes on success, -1 on error.