arrow.float_array

Module for [FloatArray] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
FloatArray self() nothrowReturns `this`, for use in `with` statements.
FloatArrayGidBuilder builder() static nothrowGet builder for [arrow.float_array.FloatArray] Returns: New builder object
float getValue(long i) nothrow
float[] getValues() nothrow
double 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.float_array.FloatArray

Methods
FloatArray build() nothrowCreate object from builder. Returns: New object