Constructor

ArrowRecordBatchDatumnew

[]

Declaration [src]

GArrowRecordBatchDatum*
garrow_record_batch_datum_new (
  GArrowRecordBatch* value
)
[]

Description

No description available.
Available since:1.0.0
[]

Parameters

value GArrowRecordBatch
 

A GArrowRecordBatch.

 The data is owned by the caller of the function.
[]

Return value

Returns: GArrowRecordBatchDatum
 

A newly created GArrowRecordBatchDatum.

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