StringDictionaryArrayBuilder.appendIndices
bool appendIndices(long[] values, bool[] isValids = null)Append dictionary indices directly without modifying the internal memo.
Parameters
values | The array of indices. |
isValids | 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. |
Returns
true on success, false if there was an error.
Throws
[ErrorWrap]