[ Version ( since = "0.9.0" ) ]
public RecordBatch? add_column (uint i, Field field, Array column) throws Error
| this |
A RecordBatch. |
| i |
The index of the new column. |
| field |
The field to be added. |
| column |
The column to be added. |
|
The newly allocated RecordBatch that has a new column or null on error. |