arrow.dictionary_array

Module for [DictionaryArray] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
DictionaryArray self() nothrowReturns `this`, for use in `with` statements.
DictionaryArrayGidBuilder builder() static nothrowGet builder for [arrow.dictionary_array.DictionaryArray] Returns: New builder object
arrow.array.Array dictionary() @property nothrow
arrow.array.Array indices() @property nothrow
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder implementation template for arrow.dictionary_array.DictionaryArray

Methods
T dictionary(arrow.array.Array propval) nothrow
T indices(arrow.array.Array propval) nothrow
Methods
DictionaryArray build() nothrowCreate object from builder. Returns: New object