Method

ArrowTableget_column_data

since: 0.15.0

Declaration [src]

GArrowChunkedArray*
garrow_table_get_column_data (
  GArrowTable* table,
  gint i
)

Description

No description available.

Available since: 0.15.0

Parameters

i

Type: gint

The index of the target column. If it’s negative, index is counted backward from the end of the columns. -1 means 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.