Method
ArrowTableget_column_data
since: 0.15.0
Declaration [src]
GArrowChunkedArray*
garrow_table_get_column_data (
  GArrowTable* table,
  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: GArrowChunkedArray
The i-th column’s data in the table.
| The caller of the method takes ownership of the data, and is responsible for freeing it. | 
| The return value can be NULL. |