[ Version ( since = "0.15.0" ) ]
public ChunkedArray? read_column_data (int i) throws Error
| this | |
| 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. |
|
A read ChunkedArray. |