Documentation
Dlang.org
MonthDayNanoIntervalArray
arrow
month_day_nano_interval_array
class
MonthDayNanoIntervalArray :
PrimitiveArray
{
this
(void* ptr, Flag!"Take" take);
static
GType
_getGType
();
GType
_gType
[@property getter];
MonthDayNanoIntervalArray
self
();
this
(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls);
arrow
.
month_day_nano
.
MonthDayNano
getValue
(long i);
arrow
.
month_day_nano
.
MonthDayNano
[]
getValues
();
}
Constructors
this
this
(void* ptr, Flag!"Take" take)
this
this
(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls)
Members
Functions
getValue
arrow
.
month_day_nano
.
MonthDayNano
getValue
(long i)
getValues
arrow
.
month_day_nano
.
MonthDayNano
[]
getValues
()
self
MonthDayNanoIntervalArray
self
()
Returns
this
, for use in
with
statements.
Properties
_gType
GType
_gType
[@property getter]
Static functions
_getGType
GType
_getGType
()
Inherited Members
From PrimitiveArray
_getGType
GType
_getGType
()
_gType
GType
_gType
[@property getter]
self
PrimitiveArray
self
()
Returns
this
, for use in
with
statements.
getBuffer
arrow
.
buffer
.
Buffer
getBuffer
()
getDataBuffer
arrow
.
buffer
.
Buffer
getDataBuffer
()
arrow
month_day_nano_interval_array
classes
MonthDayNanoIntervalArray