Documentation
Dlang.org
Time32Array
arrow
time32_array
class
Time32Array :
NumericArray
{
this
(arrow.time32_data_type.Time32DataType dataType, long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls);
int
getValue
(long i);
int
[]
getValues
();
}
Constructors
this
this
(arrow.time32_data_type.Time32DataType dataType, long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls)
Members
Functions
getValue
int
getValue
(long i)
getValues
int
[]
getValues
()
Inherited Members
From NumericArray
mean
double
mean
()
arrow
time32_array
classes
Time32Array