append_indices


Description:

[ Version ( since = "2.0.0" ) ]
public bool append_indices (int64[] values, bool[]? is_valids) throws Error

Append dictionary indices directly without modifying the internal memo.

Parameters:

this

A BinaryDictionaryArrayBuilder.

values

The array of indices.

is_valids

The array of true or false 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.

is_valids_length

The length of `is_valids`.

values_length

The length of `values`.

Returns:

true on success, false if there was an error.