arrow.large_list_array
Module for [LargeListArray] class
Types 3
classLargeListArray : arrow.array.Array
Methods
LargeListArray self()Returns `this`, for use in `with` statements.LargeListArrayGidBuilder builder()Get builder for [arrow.largelistarray.LargeListArray] Returns: New builder objectarrow.array.Array rawValues() @propertyarrow.array.Array getValue(long i)long getValueLength(long i)long getValueOffset(long i)long[] getValueOffsets()Constructors
this(arrow.data_type.DataType dataType, long length, arrow.buffer.Buffer valueOffsets, arrow.array.Array values, arrow.buffer.Buffer nullBitmap, long nNulls)Methods
T rawValues(arrow.array.Array propval)Fluent builder for [arrow.large_list_array.LargeListArray]
Methods