add_column


Description:

[ Version ( since = "0.15.0" ) ]
public Table? add_column (uint i, Field field, ChunkedArray chunked_array) throws Error

Parameters:

this

A Table.

i

The index of the new column.

field

The field for the column to be added.

chunked_array

The column data to be added.

Returns:

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