add_column


Description:

[ Version ( since = "0.9.0" ) ]
public RecordBatch? add_column (uint i, Field field, Array column) throws Error

Parameters:

this

A RecordBatch.

i

The index of the new column.

field

The field to be added.

column

The column to be added.

Returns:

The newly allocated RecordBatch that has a new column or null on error.