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

nThe number of null values to be appended.

Returns

true on success, false if there was an error.

Throws

[ErrorWrap]