get_field


Description:

[ Version ( deprecated = true , deprecated_since = "0.13.0" , since = "0.8.0" ) ]
public unowned ArrayBuilder? get_field (int i)

Warning: get_field is deprecated since 0.13.0.

Parameters:

this

A RecordBatchBuilder.

i

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

Returns:

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