arrow.map_array
Module for [MapArray] class
Types 3
Methods
MapArrayGidBuilder builder() static nothrowGet builder for [arrow.map_array.MapArray] Returns: New builder objectarrow.array.Array getItems() nothrowarrow.array.Array getKeys() nothrowConstructors
this(arrow.array.Array offsets, arrow.array.Array keys, arrow.array.Array items)Fluent builder implementation template for arrow.map_array.MapArray
Methods
T items(arrow.array.Array propval) nothrowT keys(arrow.array.Array propval) nothrowT offsets(arrow.array.Array propval) nothrowFluent builder for arrow.map_array.MapArray