arrow.int64_array

Module for [Int64Array] class

Types 3

Methods
GType _getGType() static nothrow
GType _gType() @property nothrow
Int64Array self() nothrowReturns `this`, for use in `with` statements.
Int64ArrayGidBuilder builder() static nothrowGet builder for [arrow.int64_array.Int64Array] Returns: New builder object
long getValue(long i) nothrow
long[] getValues() nothrow
long sum()
Constructors
this(void * ptr, Flag!"Take" take)
this(long length, arrow.buffer.Buffer data, arrow.buffer.Buffer nullBitmap, long nNulls)

Fluent builder for arrow.int64_array.Int64Array

Methods
Int64Array build() nothrowCreate object from builder. Returns: New object