StringDictionaryArrayBuilder.appendIndices

Append dictionary indices directly without modifying the internal memo.

class StringDictionaryArrayBuilder
bool
appendIndices
(
long[] values
,
bool[] isValids = null
)

Parameters

values long[]

The array of indices.

isValids bool[]

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.

Return Value

Type: bool

true on success, false if there was an error.