Method

ArrowRecordBatchget_schema

Declaration [src]

GArrowSchema*
garrow_record_batch_get_schema (
  GArrowRecordBatch* record_batch
)

Description

No description available.

Return value

Returns: GArrowSchema
 

The schema of the record batch.

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