get_column_data


Description:

[ Version ( since = "0.15.0" ) ]
public ChunkedArray? get_column_data (int i)

Parameters:

this

A Table.

i

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.

Returns:

The i-th column's data in the table.