R/dictionary.R
dictionary.Rd
建立字典類型
dictionary(index_type = int32(), value_type = utf8(), ordered = FALSE)
索引的資料類型 (預設為 int32())
int32()
值的資料類型 (預設為 utf8())
utf8()
這是有序字典嗎? (預設為 FALSE)
FALSE
一個 DictionaryType
其他 Arrow 資料類型