arrow.int8_array

Module for [Int8Array] class

Types 3

Methods
GType _gType() @property
Int8Array self()Returns `this`, for use in `with` statements.
Int8ArrayGidBuilder builder()Get builder for [arrow.int8_array.Int8Array] Returns: New builder object
byte getValue(long i)
byte[] getValues()
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.int8_array.Int8Array]

Methods