arrow.map_array

Module for [MapArray] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
MapArray self() nothrowReturns `this`, for use in `with` statements.
MapArrayGidBuilder builder() static nothrowGet builder for [arrow.map_array.MapArray] Returns: New builder object
arrow.array.Array items() @property nothrow
arrow.array.Array keys() @property nothrow
arrow.array.Array offsets() @property nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.map_array.MapArray

Methods
T items(arrow.array.Array propval) nothrow
T keys(arrow.array.Array propval) nothrow
T offsets(arrow.array.Array propval) nothrow

Fluent builder for arrow.map_array.MapArray

Methods
MapArray build() nothrowCreate object from builder. Returns: New object