ArrayBuilder.appendEmptyValues
bool appendEmptyValues(long n)Append multiple empty values at once. It's more efficient than multiple [arrow.array_builder.ArrayBuilder.appendEmptyValue] calls.
Parameters
n | The number of null values to be appended. |
Returns
true on success, false if there was an error.
Throws
[ErrorWrap]