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