remove_column


Description:

[ Version ( since = "0.9.0" ) ]
public RecordBatch? remove_column (uint i) throws Error

Parameters:

this

A RecordBatch.

i

The index of the new column.

Returns:

The newly allocated RecordBatch that doesn't have the column or null on error.