DictionaryArray


Description:

[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.8.0" ) ]
public DictionaryArray (DataType data_type, Array indices, Array dictionary) throws Error

Parameters:

data_type

The data type of the dictionary array.

indices

The indices of values in dictionary.

dictionary

The dictionary of the dictionary array.

Returns:

A newly created DictionaryArray or null on error.