Method
ArrowRecordBatchget_column_data
since: 0.15.0
Declaration [src]
GArrowArray*
garrow_record_batch_get_column_data (
  GArrowRecordBatch* record_batch,
  gint i
)
Parameters
- i
- 
            Type: gintThe index of the target column. If it’s negative, index is counted backward from the end of the columns. -1means the last column.
Return value
Type: GArrowArray
The i-th column in the record batch
  on success, NULL on out of index.
| The caller of the method takes ownership of the data, and is responsible for freeing it. | 
| The return value can be NULL. |