arrow.uint64_array

Module for [UInt64Array] class

Types 3

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