get_column_builder


Description:

[ Version ( since = "0.13.0" ) ]
public unowned ArrayBuilder? get_column_builder (int i)

Parameters:

this

A RecordBatchBuilder.

i

The column index. If it's negative, index is counted backward from the end of the columns. `-1` means the last column.

Returns:

The ArrayBuilder for the `i`-th column on success, null on out of index.