FixedSizeBinaryArrayBuilder.appendValuesPacked

bool appendValuesPacked(glib.bytes.Bytes values, bool[] isValids = null)

Append multiple values at once. It's more efficient than multiple append and append_null calls.

This is more efficient than [arrow.fixed_size_binary_array_builder.FixedSizeBinaryArrayBuilder.appendValues].

Parameters

valuesA #GBytes that contains multiple values.
isValidsThe array of boolean that shows whether the Nth value is valid or not. If the Nth is_valids is true, the Nth values is valid value. Otherwise the Nth value is null value.

Returns

true on success, false if there was an error.

Throws

[ErrorWrap]