arrow.dictionary_array
Module for DictionaryArray class
Types 3
classDictionaryArray : arrow.array.Array
Methods
DictionaryArray self()Returns `this`, for use in `with` statements.DictionaryArrayGidBuilder builder()Get builder for [arrow.dictionary_array.DictionaryArray] Returns: New builder objectarrow.array.Array dictionary() @propertyarrow.array.Array indices() @propertyConstructors
this(arrow.data_type.DataType dataType, arrow.array.Array indices, arrow.array.Array dictionary)Fluent builder implementation template for arrow.dictionary_array.DictionaryArray
Fluent builder for arrow.dictionary_array.DictionaryArray
Methods
DictionaryArray build()Create object from builder. Returns: New object