Documentation
Dlang.org
MapScalar
arrow
map_scalar
class
MapScalar :
BaseListScalar
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
MapScalar
self
();
this
(arrow.struct_array.StructArray value);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.struct_array.StructArray value)
Members
Functions
self
MapScalar
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From BaseListScalar
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
BaseListScalar
self
()
Returns
this
, for use in
with
statements.
getValue
arrow
.
array
.
Array
getValue
()
arrow
map_scalar
classes
MapScalar