arrow.dictionary_data_type
Module for [DictionaryDataType] class
Types 3
Methods
DictionaryDataTypeGidBuilder builder() static nothrowGet builder for [arrow.dictionary_data_type.DictionaryDataType] Returns: New builder objectarrow.data_type.DataType getIndexDataType() nothrowarrow.data_type.DataType getValueDataType() nothrowbool isOrdered() nothrowConstructors
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