arrow.uint32_array

Module for [UInt32Array] class

Types 3

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