arrow.large_list_array
Module for [LargeListArray] class
Types 3
classLargeListArray : arrow.array.Array
Methods
LargeListArrayGidBuilder builder() static nothrowGet builder for [arrow.large_list_array.LargeListArray] Returns: New builder objectarrow.array.Array getValue(long i) nothrowlong getValueLength(long i) nothrowlong getValueOffset(long i) nothrowlong[] 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.large_list_array.LargeListArray
Methods
T rawValues(arrow.array.Array propval) nothrowFluent builder for arrow.large_list_array.LargeListArray
Methods