arrow.int16_array

Module for [Int16Array] class

Types 3

Methods
GType _gType() @property
Int16Array self()Returns `this`, for use in `with` statements.
Int16ArrayGidBuilder builder()Get builder for [arrow.int16_array.Int16Array] Returns: New builder object
short getValue(long i)
short[] getValues()
long 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.int16_array.Int16Array]

Methods