UInt16Array

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
ushort getValue(long i)
getValues
ushort[] getValues()
self
UInt16Array self()

Returns this, for use in with statements.

sum
ulong sum()

Properties

_gType
GType _gType [@property getter]

Static functions

_getGType
GType _getGType()
builder
UInt16ArrayGidBuilder builder()

Get builder for arrow.uint16_array.UInt16Array

Inherited Members

From NumericArray

_getGType
GType _getGType()
_gType
GType _gType [@property getter]
self
NumericArray self()

Returns this, for use in with statements.

builder
NumericArrayGidBuilder builder()

Get builder for arrow.numeric_array.NumericArray

mean
double mean()