arrow.string_array_builder

Module for [StringArrayBuilder] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
StringArrayBuilder self() nothrowReturns `this`, for use in `with` statements.
StringArrayBuilderGidBuilder builder() static nothrowGet builder for [arrow.string_array_builder.StringArrayBuilder] Returns: New builder object
bool append(string value)
bool appendString(string value)
bool appendStringLen(string value, int length)
bool appendStrings(string[] 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)