arrow.float_array

Module for FloatArray class

Types 3

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