Constructor

ArrowRecordBatchBuildernew

Declaration [src]

GArrowRecordBatchBuilder*
garrow_record_batch_builder_new (
  GArrowSchema* schema,
  GError** error
)

Description

No description available.
Available since:0.8.0

Parameters

schema GArrowSchema
 

A GArrowSchema.

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

Return value

Returns: GArrowRecordBatchBuilder
 

A newly created GArrowRecordBatchBuilder on success, NULL on error.

 The caller of the function takes ownership of the data, and is responsible for freeing it.