Documentation
Dlang.org
DictionaryDataType
arrow
dictionary_data_type
class
DictionaryDataType :
FixedWidthDataType
{
this
(arrow.data_type.DataType indexDataType, arrow.data_type.DataType valueDataType, bool ordered);
arrow
.
data_type
.
DataType
getIndexDataType
();
arrow
.
data_type
.
DataType
getValueDataType
();
bool
isOrdered
();
}
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
()
arrow
dictionary_data_type
classes
DictionaryDataType