DictionaryDataType

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()