[ CCode ( has_construct_function = false ) ]
[ Version ( since = "0.8.0" ) ]
public DictionaryArray (DataType data_type, Array indices, Array dictionary) throws Error
| data_type |
The data type of the dictionary array. |
| indices |
The indices of values in dictionary. |
| dictionary |
The dictionary of the dictionary array. |
|
A newly created DictionaryArray or null on error. |