arrow.uint32_array
Module for [UInt32Array] class
Types 3
Methods
UInt32Array self()Returns `this`, for use in `with` statements.UInt32ArrayGidBuilder builder()Get builder for [arrow.uint32_array.UInt32Array] Returns: New builder objectuint getValue(long i)uint[] getValues()ulong sum()Constructors
this(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls)Fluent builder for [arrow.uint32_array.UInt32Array]
Methods