arrow.struct_array

Module for [StructArray] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
StructArray self() nothrowReturns `this`, for use in `with` statements.
StructArrayGidBuilder builder() static nothrowGet builder for [arrow.struct_array.StructArray] Returns: New builder object
Constructors
this(void * ptr, Flag!"Take" take)
this(arrow.data_type.DataType dataType, long length, arrow.array.Array[] fields, arrow.buffer.Buffer nullBitmap, long nNulls)
Methods
StructArray build() nothrowCreate object from builder. Returns: New object