MapDataType

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(arrow.data_type.DataType keyType, arrow.data_type.DataType itemType)

Members

Functions

getItemType
arrow.data_type.DataType getItemType()
getKeyType
arrow.data_type.DataType getKeyType()
self
MapDataType self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]

Static functions

getGType
GType getGType()

Inherited Members

From ListDataType

getGType
GType getGType()
gType
GType gType [@property getter]
self
ListDataType self()

Returns this, for use in with statements.

getField
arrow.field.Field getField()
getValueField
arrow.field.Field getValueField()