arrow.list_array

Module for [ListArray] class

Types 3

Methods
GType _gType() @property
ListArray self()Returns `this`, for use in `with` statements.
ListArrayGidBuilder builder()Get builder for [arrow.list_array.ListArray] Returns: New builder object
int getValueLength(long i)
int getValueOffset(long i)
Constructors
this(void * ptr, Flag!"Take" take)
this(arrow.data_type.DataType dataType, long length, arrow.buffer.Buffer valueOffsets, arrow.array.Array values, arrow.buffer.Buffer nullBitmap, long nNulls)

Fluent builder for [arrow.list_array.ListArray]

Methods