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