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