Documentation
Dlang.org
DictionaryDataType
arrow
dictionary_data_type
class
DictionaryDataType :
FixedWidthDataType
{
this
(void* ptr, Flag!"Take" take);
static
GType
_getGType
();
GType
_gType
[@property getter];
DictionaryDataType
self
();
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
(void* ptr, Flag!"Take" take)
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
()
self
DictionaryDataType
self
()
Returns
this
, for use in
with
statements.
Properties
_gType
GType
_gType
[@property getter]
Static functions
_getGType
GType
_getGType
()
Inherited Members
From FixedWidthDataType
_getGType
GType
_getGType
()
_gType
GType
_gType
[@property getter]
self
FixedWidthDataType
self
()
Returns
this
, for use in
with
statements.
getBitWidth
int
getBitWidth
()
arrow
dictionary_data_type
classes
DictionaryDataType