[ Version ( since = "0.13.0" ) ]
public unowned ArrayBuilder? get_column_builder (int i)
| this | |
| i |
The column index. If it's negative, index is counted backward from the end of the columns. `-1` means the last column. |
|
The ArrayBuilder for the `i`-th column on success, null on out of index. |