arrow.map_data_type
Module for [MapDataType] class
Types 3
Methods
MapDataTypeGidBuilder builder() static nothrowGet builder for [arrow.map_data_type.MapDataType] Returns: New builder objectarrow.data_type.DataType getItemType() nothrowarrow.data_type.DataType getKeyType() nothrowConstructors
this(arrow.data_type.DataType keyType, arrow.data_type.DataType itemType)Fluent builder implementation template for arrow.map_data_type.MapDataType
Fluent builder for arrow.map_data_type.MapDataType
Methods