append_nulls


Description:

[ 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.

Parameters:

this

A ArrayBuilder.

n

The number of null values to be appended.

Returns:

true on success, false if there was an error.