arrow.run_end_encoded_array

Module for [RunEndEncodedArray] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
RunEndEncodedArray self() nothrowReturns `this`, for use in `with` statements.
RunEndEncodedArrayGidBuilder builder() static nothrowGet builder for [arrow.run_end_encoded_array.RunEndEncodedArray] Returns: New builder object
arrow.array.Array runEnds() @property nothrow
arrow.array.Array values() @property nothrow
long findPhysicalLength() nothrow
long findPhysicalOffset() nothrow
Constructors
this(void * ptr, Flag!"Take" take)
this(arrow.data_type.DataType dataType, long logicalLength, arrow.array.Array runEnds, arrow.array.Array values, long logicalOffset)