跳到內容

建立字典類型

用法

dictionary(index_type = int32(), value_type = utf8(), ordered = FALSE)

參數

index_type

索引的資料類型 (預設為 int32())

value_type

值的資料類型 (預設為 utf8())

ordered

這是有序字典嗎? (預設為 FALSE)

一個 DictionaryType