arrow.int32_array_builder

Module for [Int32ArrayBuilder] class

Types 3

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