arrow.uint8_array
Module for [UInt8Array] class
Types 3
Methods
UInt8Array self()Returns `this`, for use in `with` statements.UInt8ArrayGidBuilder builder()Get builder for [arrow.uint8_array.UInt8Array] Returns: New builder objectubyte getValue(long i)ubyte[] getValues()ulong sum()Constructors
this(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls)Fluent builder for [arrow.uint8_array.UInt8Array]
Methods