arrow.half_float_array

Module for [HalfFloatArray] class

Types 3

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