R/dictionary.R
dictionary.Rd
创建字典类型
dictionary(index_type = int32(), value_type = utf8(), ordered = FALSE)
索引的数据类型(默认为 int32())
int32()
值的的数据类型(默认为 utf8())
utf8()
这是否是一个有序字典(默认为 FALSE)?
FALSE
一个 DictionaryType
其他 Arrow 数据类型