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]
items
arrow.array.Array items [@property getter]
keys
arrow.array.Array keys [@property getter]
offsets
arrow.array.Array offsets [@property getter]

Static functions

_getGType
GType _getGType()
builder
MapArrayGidBuilder builder()

Get builder for arrow.map_array.MapArray

Inherited Members

From ListArray

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
ListArray self()

Returns this, for use in with statements.

builder
ListArrayGidBuilder builder()

Get builder for arrow.list_array.ListArray

rawValues
arrow.array.Array rawValues [@property getter]
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()