arrow.uint8_array

Module for [UInt8Array] class

Types 3

Methods
GType _gType() @property
UInt8Array self()Returns `this`, for use in `with` statements.
UInt8ArrayGidBuilder builder()Get builder for [arrow.uint8_array.UInt8Array] Returns: New builder object
ubyte getValue(long i)
ubyte[] getValues()
ulong sum()
Constructors
this(void * ptr, Flag!"Take" take)
this(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls)

Fluent builder for [arrow.uint8_array.UInt8Array]

Methods