R/dictionary.R
dictionary.Rd
Create a dictionary type
dictionary(index_type = int32(), value_type = utf8(), ordered = FALSE)
A DataType for the indices (default int32())
int32()
A DataType for the values (default utf8())
utf8()
Is this an ordered dictionary (default FALSE)?
FALSE
A DictionaryType
Other Arrow data types