Constructor

ArrowRecordBatchStreamWriternew

Declaration [src]

GArrowRecordBatchStreamWriter*
garrow_record_batch_stream_writer_new (
  GArrowOutputStream* sink,
  GArrowSchema* schema,
  GError** error
)

Description

No description available.
Available since:0.4.0

Parameters

sink GArrowOutputStream
 

The output of the writer.

 The data is owned by the caller of the function.
schema GArrowSchema
 

The schema of the writer.

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

Return value

Returns: GArrowRecordBatchStreamWriter
 

A newly created GArrowRecordBatchStreamWriter or NULL on error.

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