DictionaryDataType

Constructors

this
this(arrow.data_type.DataType indexDataType, arrow.data_type.DataType valueDataType, bool ordered)

Members

Functions

getIndexDataType
arrow.data_type.DataType getIndexDataType()
getValueDataType
arrow.data_type.DataType getValueDataType()
isOrdered
bool isOrdered()

Inherited Members

From FixedWidthDataType

getBitWidth
int getBitWidth()