arrow.decimal32_array_builder

Module for [Decimal32ArrayBuilder] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Decimal32ArrayBuilder self() nothrowReturns `this`, for use in `with` statements.
Decimal32ArrayBuilderGidBuilder builder() static nothrowGet builder for [arrow.decimal32_array_builder.Decimal32ArrayBuilder] Returns: New builder object
bool appendValues(arrow.decimal32.Decimal32[] 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)