arrow.dictionary_data_type
Module for [DictionaryDataType] class
Types 3
Methods
DictionaryDataType self()Returns `this`, for use in `with` statements.DictionaryDataTypeGidBuilder builder()Get builder for [arrow.dictionarydatatype.DictionaryDataType] Returns: New builder objectbool isOrdered()Constructors
this(arrow.data_type.DataType indexDataType, arrow.data_type.DataType valueDataType, bool ordered)Fluent builder for [arrow.dictionary_data_type.DictionaryDataType]
Methods