arrow.string_array

Module for [StringArray] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
StringArray self() nothrowReturns `this`, for use in `with` statements.
StringArrayGidBuilder builder() static nothrowGet builder for [arrow.string_array.StringArray] Returns: New builder object
string getString(long i) nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this(long length, arrow.buffer.Buffer valueOffsets, arrow.buffer.Buffer valueData, arrow.buffer.Buffer nullBitmap, long nNulls)
Methods
StringArray build() nothrowCreate object from builder. Returns: New object