arrow.uint_array_builder

Module for [UIntArrayBuilder] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
UIntArrayBuilder self() nothrowReturns `this`, for use in `with` statements.
UIntArrayBuilderGidBuilder builder() static nothrowGet builder for [arrow.uint_array_builder.UIntArrayBuilder] Returns: New builder object
bool append(ulong value)
bool appendValue(ulong value)
bool appendValues(ulong[] 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)