arrow.double_array

Module for [DoubleArray] class

Types 3

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