[ Version ( since = "0.15.0" ) ]
public Array? get_column_data (int i)
| 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. |
|
The i-th column in the record batch on success, null on out of index. |