arrow.uint8_array

Module for [UInt8Array] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
UInt8Array self() nothrowReturns `this`, for use in `with` statements.
UInt8ArrayGidBuilder builder() static nothrowGet builder for [arrow.uint8_array.UInt8Array] Returns: New builder object
ubyte getValue(long i) nothrow
ubyte[] getValues() nothrow
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
UInt8Array build() nothrowCreate object from builder. Returns: New object