get_column_data


Description:

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

Parameters:

this

A RecordBatch.

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 in the record batch on success, null on out of index.