arrow.uint8_array_builder

Module for [UInt8ArrayBuilder] class

Types 3

Methods
GType _gType() @property
UInt8ArrayBuilder self()Returns `this`, for use in `with` statements.
UInt8ArrayBuilderGidBuilder builder()Get builder for [arrow.uint8arraybuilder.UInt8ArrayBuilder] Returns: New builder object
bool append(ubyte value)
bool appendValue(ubyte value)
bool appendValues(ubyte[] values, bool[] isValids = null)Append multiple values at once. It's more efficient than multiple `append` and `append_null` calls.
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [arrow.uint8_array_builder.UInt8ArrayBuilder]