MapArray

Constructors

this
this(void* ptr, Flag!"Take" take)
this
this(arrow.array.Array offsets, arrow.array.Array keys, arrow.array.Array items)

Members

Functions

getItems
arrow.array.Array getItems()
getKeys
arrow.array.Array getKeys()
self
MapArray self()

Returns this, for use in with statements.

Properties

gType
GType gType [@property getter]

Static functions

getGType
GType getGType()

Inherited Members

From ListArray

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

Returns this, for use in with statements.

getValue
arrow.array.Array getValue(long i)
getValueLength
int getValueLength(long i)
getValueOffset
int getValueOffset(long i)
getValueOffsets
int[] getValueOffsets()
getValueType
arrow.data_type.DataType getValueType()
getValues
arrow.array.Array getValues()