arrow.uint16_array

Module for [UInt16Array] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
UInt16Array self() nothrowReturns `this`, for use in `with` statements.
UInt16ArrayGidBuilder builder() static nothrowGet builder for [arrow.uint16_array.UInt16Array] Returns: New builder object
ushort getValue(long i) nothrow
ushort[] getValues() nothrow
ulong sum()
Constructors
this(void * ptr, Flag!"Take" take)
this(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls)
Methods
UInt16Array build() nothrowCreate object from builder. Returns: New object