Documentation
Dlang.org
UInt16Array
arrow
uint16_array
class
UInt16Array :
NumericArray
{
this
(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls);
ushort
getValue
(long i);
ushort
[]
getValues
();
ulong
sum
();
}
Constructors
this
this
(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls)
Members
Functions
getValue
ushort
getValue
(long i)
getValues
ushort
[]
getValues
()
sum
ulong
sum
()
Inherited Members
From NumericArray
mean
double
mean
()
arrow
uint16_array
classes
UInt16Array