get_column_name


Description:

public unowned string? get_column_name (int i)

Parameters:

this

A RecordBatch.

i

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

Returns:

The name of the i-th column in the record batch on success, null on out of index