arrow.struct_array
Module for [StructArray] class
Types 3
classStructArray : arrow.array.Array
Methods
StructArrayGidBuilder builder() static nothrowGet builder for [arrow.struct_array.StructArray] Returns: New builder objectarrow.array.Array getField(int i) nothrowarrow.array.Array[] getFields() nothrowConstructors
this(arrow.data_type.DataType dataType, long length, arrow.array.Array[] fields, arrow.buffer.Buffer nullBitmap, long nNulls)Fluent builder implementation template for arrow.struct_array.StructArray
Fluent builder for arrow.struct_array.StructArray
Methods