[ Version ( since = "3.0.0" ) ]
public bool append_nulls (int64 n) throws Error
Append multiple nulls at once.
It's more efficient than multiple append_null calls.
| this |
A ArrayBuilder. |
| n |
The number of null values to be appended. |
|
true on success, false if there was an error. |