Documentation
Dlang.org
MapArray
arrow
map_array
class
MapArray :
ListArray
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
MapArray
self
();
this
(arrow.array.Array offsets, arrow.array.Array keys, arrow.array.Array items);
arrow
.
array
.
Array
getItems
();
arrow
.
array
.
Array
getKeys
();
}
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
()
arrow
map_array
classes
MapArray