Documentation
Dlang.org
MonthIntervalArray
arrow
month_interval_array
class
MonthIntervalArray :
NumericArray
{
this
(void* ptr, Flag!"Take" take);
static
GType
getGType
();
GType
gType
[@property getter];
MonthIntervalArray
self
();
this
(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls);
int
getValue
(long i);
int
[]
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
int
getValue
(long i)
getValues
int
[]
getValues
()
self
MonthIntervalArray
self
()
Returns
this
, for use in
with
statements.
Properties
gType
GType
gType
[@property getter]
Static functions
getGType
GType
getGType
()
Inherited Members
From NumericArray
getGType
GType
getGType
()
gType
GType
gType
[@property getter]
self
NumericArray
self
()
Returns
this
, for use in
with
statements.
mean
double
mean
()
arrow
month_interval_array
classes
MonthIntervalArray