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