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.large_list_array.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)Fluent builder implementation template for arrow.large_list_array.LargeListArray
Methods
T rawValues(arrow.array.Array propval)Fluent builder for arrow.large_list_array.LargeListArray
Methods
LargeListArray build()Create object from builder. Returns: New object