arrow.dictionary_array
Module for [DictionaryArray] class
Types 3
classDictionaryArray : arrow.array.Array
Methods
DictionaryArrayGidBuilder builder() static nothrowGet builder for [arrow.dictionary_array.DictionaryArray] Returns: New builder objectarrow.array.Array getDictionary() nothrowarrow.array.Array getIndices() nothrowConstructors
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