跳过内容

创建字典类型

用法

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

参数

index_type

用于索引的数据类型(默认为 int32()

value_type

用于值的数据类型(默认为 utf8()

ordered

这是否是一个有序字典(默认为 FALSE)?

返回值

一个 DictionaryType