read_column_data


Description:

[ Version ( since = "0.15.0" ) ]
public ChunkedArray? read_column_data (int i) throws Error

Parameters:

this

A ArrowFileReader.

i

The index of the column to be read. If an index is negative, the index is counted backward from the end of the columns. `-1` means the last column.

Returns:

A read ChunkedArray.