arrow.map_array_builder

Module for [MapArrayBuilder] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
MapArrayBuilder self() nothrowReturns `this`, for use in `with` statements.
MapArrayBuilderGidBuilder builder() static nothrowGet builder for [arrow.map_array_builder.MapArrayBuilder] Returns: New builder object
bool appendValues(int[] offsets, 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)
Methods
MapArrayBuilder build() nothrowCreate object from builder. Returns: New object