arrow.dictionary_data_type

Module for [DictionaryDataType] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
DictionaryDataType self() nothrowReturns `this`, for use in `with` statements.
DictionaryDataTypeGidBuilder builder() static nothrowGet builder for [arrow.dictionary_data_type.DictionaryDataType] Returns: New builder object
bool isOrdered() nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this(arrow.data_type.DataType indexDataType, arrow.data_type.DataType valueDataType, bool ordered)