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