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.dictionary_data_type.DictionaryDataType] Returns: New builder objectbool isOrdered()Constructors
this(arrow.data_type.DataType indexDataType, arrow.data_type.DataType valueDataType, bool ordered)classDictionaryDataTypeGidBuilderImpl(T) : arrow.fixed_width_data_type.FixedWidthDataTypeGidBuilderImpl!T
Fluent builder implementation template for arrow.dictionary_data_type.DictionaryDataType
Fluent builder for arrow.dictionary_data_type.DictionaryDataType
Methods
DictionaryDataType build()Create object from builder. Returns: New object