arrow.dictionary_data_type

Module for [DictionaryDataType] class

Types 3

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

Fluent builder for [arrow.dictionary_data_type.DictionaryDataType]