replace_column


Description:

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

Parameters:

this

A Table.

i

The index of the column to be replaced.

field

The field for the new column.

chunked_array

The newly added column data.

Returns:

The newly allocated Table that has column as the i-th column or null on error.