Method
ArrowTableget_column_data
Declaration [src]
GArrowChunkedArray*
garrow_table_get_column_data (
GArrowTable* table,
gint i
)
Parameters
i |
gint |
The index of the target column. If it’s negative, index is
counted backward from the end of the columns. |
Return value
Returns: | 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 . |