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