Constructor
ArrowRecordBatchDatumnew
since: 1.0.0
Declaration [src]
GArrowRecordBatchDatum*
garrow_record_batch_datum_new (
GArrowRecordBatch* value
)
Parameters
value
-
Type:
GArrowRecordBatch
A
GArrowRecordBatch
.The data is owned by the caller of the function.
Return value
Type: GArrowRecordBatchDatum
A newly created GArrowRecordBatchDatum
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |