Documentation
Dlang.org
LargeListScalar
arrow
large_list_scalar
class
LargeListScalar :
BaseListScalar
{
this
(void* ptr, Flag!"Take" take);
static
GType
_getGType
();
GType
_gType
[@property getter];
LargeListScalar
self
();
this
(arrow.large_list_array.LargeListArray value);
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(arrow.large_list_array.LargeListArray value)
Members
Functions
self
LargeListScalar
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
large_list_scalar
classes
LargeListScalar