arrow.array

Module for [Array] class

Types 3

Methods
GType _gType() @property
Array self()Returns `this`, for use in `with` statements.
ArrayGidBuilder builder()Get builder for [arrow.array.Array] Returns: New builder object
string diffUnified(arrow.array.Array otherArray)
bool equal(arrow.array.Array otherArray)
bool equalRange(long startIndex, arrow.array.Array otherArray, long otherStartIndex, long endIndex, arrow.equal_options.EqualOptions options = null)
bool export_(out void * cAbiArray, out void * cAbiSchema)
long getLength()
long getNNulls()
long getOffset()
bool isNull(long i)
bool isValid(long i)
arrow.array.Array slice(long offset, long length)
string toString_()
Constructors
this(void * ptr, Flag!"Take" take)

Fluent builder for [arrow.array.Array]

Methods