arrow.uint16_array

Module for [UInt16Array] class

Types 3

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

Fluent builder for [arrow.uint16_array.UInt16Array]