arrow.union_array_builder

Module for [UnionArrayBuilder] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
UnionArrayBuilder self() nothrowReturns `this`, for use in `with` statements.
UnionArrayBuilderGidBuilder builder() static nothrowGet builder for [arrow.union_array_builder.UnionArrayBuilder] Returns: New builder object
byte appendChild(arrow.array_builder.ArrayBuilder child, string fieldName = null) nothrow
bool appendValue(byte value)Append an element to the union array.
Constructors
this(void * ptr, Flag!"Take" take)