arrow.list_array
Module for [ListArray] class
Types 3
classListArray : arrow.array.Array
Methods
ListArrayGidBuilder builder() static nothrowGet builder for [arrow.list_array.ListArray] Returns: New builder objectarrow.array.Array getValue(long i) nothrowint getValueLength(long i) nothrowint getValueOffset(long i) nothrowint[] getValueOffsets() nothrowarrow.data_type.DataType getValueType() nothrowarrow.array.Array getValues() nothrowConstructors
this(arrow.data_type.DataType dataType, long length, arrow.buffer.Buffer valueOffsets, arrow.array.Array values, arrow.buffer.Buffer nullBitmap, long nNulls)Fluent builder implementation template for arrow.list_array.ListArray
Methods
T rawValues(arrow.array.Array propval) nothrowFluent builder for arrow.list_array.ListArray