arrow.large_list_array

Module for [LargeListArray] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
LargeListArray self() nothrowReturns `this`, for use in `with` statements.
LargeListArrayGidBuilder builder() static nothrowGet builder for [arrow.large_list_array.LargeListArray] Returns: New builder object
arrow.array.Array rawValues() @property nothrow
arrow.array.Array getValue(long i) nothrow
long getValueLength(long i) nothrow
long getValueOffset(long i) nothrow
long[] getValueOffsets() nothrow
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 implementation template for arrow.large_list_array.LargeListArray

Methods
T rawValues(arrow.array.Array propval) nothrow
Methods
LargeListArray build() nothrowCreate object from builder. Returns: New object