arrow.uint32_array

Module for UInt32Array class

Types 3

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